Skip to content

Commit

Permalink
remove use-mirrors option for 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Brobin committed Oct 10, 2015
1 parent 050cbf4 commit 778d7b5
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 @@ -8,10 +8,10 @@ env:
- DJANGO=1.7
- DJANGO=1.8
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q Django==$DJANGO
- pip install coverage
- pip install -e git://github.com/django-nose/django-nose.git#egg=django-nose
- pip install -q -e . --use-mirrors
- pip install -q -e .
- pip install coveralls
script:
- python runtests.py
Expand Down

0 comments on commit 778d7b5

Please sign in to comment.