Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
As per the following: pypa/pip#1098

The --use-mirrors argument for travis.yml was deprecated in 2015.

pip builds for 2.7 used before this change fail during automated
testing with 'no option --use-mirrors'
  • Loading branch information
psolyca committed Oct 21, 2017
1 parent e5f5584 commit db8ee42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,6 +4,6 @@ python:
- "pypy"
# command to install dependencies
install:
- pip install . --use-mirrors
- pip install .
# command to run tests
script: nosetests

0 comments on commit db8ee42

Please sign in to comment.