Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Update .travis.yaml
Browse files Browse the repository at this point in the history
`--use-mirrors` was removed as a `pip` option (pypa/pip#1098)
  • Loading branch information
rbubley committed Mar 15, 2017
1 parent 6c0f0e1 commit 015ec14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,7 +27,7 @@ before_install:
- sudo apt-get install -qq graphviz

install:
- "pip install -r requirements/development.txt --use-mirrors"
- "pip install -r requirements/development.txt"
- "if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]] || [[ $TRAVIS_PYTHON_VERSION == '3.4' ]] || [[ $TRAVIS_PYTHON_VERSION == 'nightly' ]]; then make 2to3; fi"

script:
Expand Down

0 comments on commit 015ec14

Please sign in to comment.