Skip to content

Fix travis #670

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 1 commit into from
Sep 14, 2017
Merged

Fix travis #670

merged 1 commit into from
Sep 14, 2017

Conversation

cdunn2001
Copy link
Contributor

I'm working with TravisCI to try to fix the new Python3 problems in the build. There are intermittent failures, so this is pretty frustrating.

cdunn2001 added a commit that referenced this pull request Sep 11, 2017
…arnings

Ignoring the unrelated TravisCI build errors. Those are being addressed separately, in #670.
Hi Christopher,

Thank you for reaching out and sorry to hear about the troubles.

Regarding the pip3 error, it was indeed caused by our image updates. We've cleaned-up the way we set-up the Python environment and now strictly enforce Python version use using pyenv. Which means that if you want to use a different Python version than the system one (which is 2.7.6), you have to explicitly specify it. Adding a "before_install: pyenv global 3.5" step to your travis.yml should switch the system version and make pip3 work without installing any additional packages.
@cdunn2001 cdunn2001 merged commit f2f19b0 into open-source-parsers:master Sep 14, 2017
@cdunn2001 cdunn2001 deleted the fix-travis branch September 14, 2017 04:07
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