Skip to content

Commit

Permalink
Travis tests: Remove deprecated --use-mirrors option
Browse files Browse the repository at this point in the history
  • Loading branch information
darklow committed Aug 18, 2016
1 parent f3cfd85 commit c4d46cd
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 @@ -15,8 +15,8 @@ env:
before_install:
- export DJANGO_SETTINGS_MODULE=suit.tests.settings
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install . --use-mirrors
- pip install -q Django==$DJANGO
- pip install .
script:
- python manage.py test suit
matrix:
Expand Down

0 comments on commit c4d46cd

Please sign in to comment.