chnm / serendipomatic

http://serendipomatic.org/
26 stars 9 forks source link

Travis build is failing, --use-mirrors has been deprecated #158

Closed mialondon closed 9 years ago

mialondon commented 10 years ago

Travis is dying with 'The command "pip install -r requirements.txt --use-mirrors" failed' because apparently: --use-mirrors has been deprecated and will be removed in the future. Explicit uses of --index-url and/or --extra-index-url is suggested.

rlskoeser commented 10 years ago

I think we can probably just drop the use mirrors argument, I don't think we actually need it. (If anyone has time to commit an edit to the .travis.yml and check)