Skip to content
This repository has been archived by the owner on Feb 12, 2019. It is now read-only.

Commit

Permalink
Remove the deprecated --use-mirrors pip option
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfall-eb committed Feb 23, 2017
1 parent 7d60512 commit 5f5c9ca
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 @@ -11,8 +11,8 @@ env:
- DJANGO_SPEC=git+https://github.com/django/django.git

install:
- pip install coveralls --use-mirrors
- pip install --use-mirrors $DJANGO_SPEC
- pip install coveralls
- pip install $DJANGO_SPEC
- python setup.py install

script:
Expand Down

0 comments on commit 5f5c9ca

Please sign in to comment.