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

Allow Travis to install requirements.txt #994

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jayvdb
Copy link

@jayvdb jayvdb commented Apr 29, 2016

The pip --use-mirrors option was deprecated in version 1.5, and removed
in 7.0, and 7.1.2 is now included with Travis' Python 3.5.0 environment.

Travis automatically installs packages in requirements.txt
if stage install does not exist, and can cache the packages.


This change is Reviewable

The pip --use-mirrors option was deprecated in version 1.5, and removed
in 7.0, and 7.1.2 is now included with Travis' Python 3.5.0 environment.

Travis automatically installs packages in requirements.txt
if stage `install` does not exist, and can cache the packages.
@jayvdb
Copy link
Author

jayvdb commented Apr 29, 2016

The commit message doesnt make it extremely clear : the builds are currently red because if Python 3.5
as can be seen at https://travis-ci.org/jayvdb/nose/jobs/126686336

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

Successfully merging this pull request may close these issues.

None yet

1 participant