summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-09-18 18:28:10 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-09-18 18:28:10 -0700
commit5b832842f1390dddcd45c2a891c53e3482474979 (patch)
tree9fad755b7610d867fbc9166f062525e37ba77e3d
parent16a8df33eb4e9723fea244959db2b157be825781 (diff)
parent4561623ff3aacb7e2f5fc5cc602c07f9709c86bf (diff)
Merge pull request #397 from alex/patch-4
Don't tell pip to use mirrors anymore
-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