Skip to content

Commit

Permalink
--use-mirror have been removed from pip
Browse files Browse the repository at this point in the history
  • Loading branch information
trbs committed Aug 20, 2016
1 parent 57dfa31 commit 1d8a0a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ install:
- sudo rm -rf /dev/shm
- sudo ln -Tsf /{run,dev}/shm
# install dependencies
- pip install -r requirements.txt --use-mirrors
- pip install "coverage>=3.6" "nose>=1.3.0" "flake8>=2.1" "coveralls>=0.3" --use-mirrors
- pip install -r requirements.txt
- pip install "coverage>=3.6" "nose>=1.3.0" "flake8>=2.1" "coveralls>=0.3"
# install bucky
- pip install -e . --use-mirrors
- pip install -e .

script:
- flake8 --show-source --ignore=E501,E731,W391 .
Expand Down

0 comments on commit 1d8a0a9

Please sign in to comment.