Skip to content

Commit

Permalink
Merge pull request paramiko#397 from alex/patch-4
Browse files Browse the repository at this point in the history
Don't tell pip to use mirrors anymore
  • Loading branch information
bitprophet committed Sep 19, 2014
2 parents 16a8df3 + 4561623 commit 5b83284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5b83284

Please sign in to comment.