Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Remove --use-mirrors for pip.

The feature was removed in the newest pip 1.5. See
https://github.com/pypa/pip/blob/c2361e72da2c31a3596d49dc5fccb7d2bdb8c032/CHANGES.txt#L7-L10
  • Loading branch information
joncotton committed Jan 10, 2014
1 parent 6242333 commit d32c214
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -4,6 +4,4 @@ python:
- 2.7
- 3.2
- 3.3
env:
- PIP_USE_MIRRORS=true
script: python setup.py test
script: python setup.py test

1 comment on commit d32c214

@joncotton
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgive the direct edit but I figure it's innocuous enough. Using pip mirrors was only added in the last update anyway (at TravisCI's advise in their docs even). But Pip 1.5 removed the feature and it's of unimportant value anyway.

Please sign in to comment.