Skip to content

Commit

Permalink
remove --use-mirrors from pip commands, it's deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
karyon committed Jun 12, 2014
1 parent 4b7a204 commit deeb87a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ matrix:
allow_failures:
- python: "pypy"
install:
- pip install -r requirements.txt --use-mirrors
- pip install coveralls --use-mirrors
- pip install -r requirements.txt
- pip install coveralls
script:
- coverage run manage.py test evap.evaluation evap.fsr evap.contributor evap.results evap.student
after_success:
Expand Down

0 comments on commit deeb87a

Please sign in to comment.