diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 18:28:10 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-18 18:28:10 -0700 |
commit | 5b832842f1390dddcd45c2a891c53e3482474979 (patch) | |
tree | 9fad755b7610d867fbc9166f062525e37ba77e3d | |
parent | 16a8df33eb4e9723fea244959db2b157be825781 (diff) | |
parent | 4561623ff3aacb7e2f5fc5cc602c07f9709c86bf (diff) |
Merge pull request #397 from alex/patch-4
Don't tell pip to use mirrors anymore
-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 |