summaryrefslogtreecommitdiffhomepage
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-09-17 17:26:12 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-09-17 17:26:12 -0700
commit4561623ff3aacb7e2f5fc5cc602c07f9709c86bf (patch)
tree58fb8fbb0daa94aa4caf0a4dd5b7988445bc5b54 /tox.ini
parentf74c7d76ec2ea9d39a4af6643761b648f81bd266 (diff)
Don't tell pip to use mirrors anymore
The mirrors don't add any value now that pypi has a really good CDN
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 83704dfc..7d4fcf8a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,5 +2,5 @@
envlist = py26,py27,py32,py33,py34
[testenv]
-commands = pip install --use-mirrors -q -r tox-requirements.txt
+commands = pip install -q -r tox-requirements.txt
python test.py