Skip to content

Commit

Permalink
Since pip 7, --use-mirrors has been deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Apr 5, 2017
1 parent 490aa1c commit 314b496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -2,8 +2,8 @@ language: python
python:
- "2.7"
install:
- pip install -r requirements-dev.txt --use-mirrors
- pip install coveralls --use-mirrors
- pip install -r requirements-dev.txt
- pip install coveralls
- pip install .
script: nosetests --with-coverage --cover-package=ckanserviceprovider
after_success:
Expand Down

0 comments on commit 314b496

Please sign in to comment.