diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-17 17:26:12 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-17 17:26:12 -0700 |
commit | 4561623ff3aacb7e2f5fc5cc602c07f9709c86bf (patch) | |
tree | 58fb8fbb0daa94aa4caf0a4dd5b7988445bc5b54 /tox.ini | |
parent | f74c7d76ec2ea9d39a4af6643761b648f81bd266 (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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |