Skip to content

Commit

Permalink
travis: remove --use-mirrors option
Browse files Browse the repository at this point in the history
  • Loading branch information
mik3y committed Sep 12, 2016
1 parent 89fac66 commit 4f51031
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ python:
- "2.7"

install:
- pip install -r test_requirements.txt --use-mirrors
- pip install -e . --use-mirrors
- pip install --use-mirrors coverage coveralls
- pip install -r requirements.txt
- pip install -r test_requirements.txt
- pip install coverage coveralls

services:
- redis-server
Expand Down

0 comments on commit 4f51031

Please sign in to comment.