Skip to content

Commit

Permalink
Updated CI configuration
Browse files Browse the repository at this point in the history
As of pip 7.0.0 —use-mirrors has been removed.
  • Loading branch information
Darrell Snow committed Oct 12, 2016
1 parent b6fedb3 commit 9cd873a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ env:
- DJANGO="1.8.13"

install:
- pip install Django==$DJANGO --use-mirrors
- pip install Django==$DJANGO
- pip install coverage==3.6
- pip install python-coveralls==2.4.0
- export PYTHONPATH=.
Expand Down

0 comments on commit 9cd873a

Please sign in to comment.