Skip to content

Commit

Permalink
use mirrors on all pip commands
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed May 15, 2013
1 parent aad0d7e commit 98baf31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bootstrap:
pip install -e . --use-mirrors
pip install "file://`pwd`#egg=raven[dev]"
pip install "file://`pwd`#egg=raven[tests]"
pip install "file://`pwd`#egg=raven[dev]" --use-mirrors
pip install "file://`pwd`#egg=raven[tests]" --use-mirrors

test: bootstrap lint
@echo "Running Python tests"
Expand Down

0 comments on commit 98baf31

Please sign in to comment.