From 4561623ff3aacb7e2f5fc5cc602c07f9709c86bf Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Wed, 17 Sep 2014 17:26:12 -0700 Subject: Don't tell pip to use mirrors anymore The mirrors don't add any value now that pypi has a really good CDN --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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 -- cgit v1.2.3