Skip to content

Commit

Permalink
modern pip do not use --use_mirror flag anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesc Alted committed Jan 29, 2017
1 parent 355ba5d commit 40735dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_install:
- free -m
- df -h
- ulimit -a
- pip install -q --use-mirrors numpy
- pip install -q numpy
- python -V

install:
Expand Down

0 comments on commit 40735dd

Please sign in to comment.