Skip to content

Speed up TravisCI build #716

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

Merged
merged 2 commits into from
Dec 21, 2017
Merged

Conversation

cdunn2001
Copy link
Contributor

Even though TravisCI says Trusty has "2.7.6 and 3.4.3", python-3.4.3 is missing pip3. TravisCI reports:

The `pip3` command exists in these Python versions: 3.6, 3.6.3

We recently had to start using the very slow pyenv install for some other version of Python. But fortunately, 3.6 actually is available to pyenv now. So we save 3 minutes of build-time. (Actually, we just go back to the build-time we had last week, before TravisCI made some updates.)

Running `pyenv install` wastes about 3 minutes.

* https://docs.travis-ci.com/user/languages/python

    "for Trusty, this means 2.7.6 and 3.4.3"
We need pip3, and TravisCI build error says:

    The `pip3` command exists in these Python versions: 3.6, 3.6.3
@cdunn2001 cdunn2001 merged commit 72f6cc7 into open-source-parsers:master Dec 21, 2017
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.

1 participant