Skip to content

Commit

Permalink
Remove --use-mirrors to support 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Diaz-Padron committed Nov 2, 2015
1 parent c0c79fd commit 8374ba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -7,9 +7,9 @@ python:
- '3.4'
- '3.5'
install:
- pip install . --use-mirrors
- pip install -r requirements.txt --use-mirrors
- pip install -r tests/requirements.txt --use-mirrors
- pip install .
- pip install -r requirements.txt
- pip install -r tests/requirements.txt
script:
- flake8 --ignore=F401 twilio
- flake8 --ignore=E123,E126,E128,E501 tests
Expand Down

0 comments on commit 8374ba2

Please sign in to comment.