Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis builds are failing with because of --use-mirrors #88

Open
ppetr opened this issue Oct 28, 2017 · 0 comments
Open

Travis builds are failing with because of --use-mirrors #88

ppetr opened this issue Oct 28, 2017 · 0 comments

Comments

@ppetr
Copy link

ppetr commented Oct 28, 2017

Excerpt from such a build:

...
0.39s$ if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
Usage:   
  pip install [options] <requirement specifier> [package-index-options] ...
  pip install [options] -r <requirements file> [package-index-options] ...
  pip install [options] [-e] <vcs project url> ...
  pip install [options] [-e] <local project path> ...
  pip install [options] <archive url/path> ...
no such option: --use-mirrors
...

Apparently --use-mirrors is deprecated. Probably the easiest way would be to remove the option, but I'm not that familiar with the underlying reasons.

Question Canonical replacement for --use-mirrors on SO might also be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant