Skip to content

ci: Fix Travis to actually run Python 3.8 #40

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

Conversation

EricCousineau-TRI
Copy link
Collaborator

@EricCousineau-TRI EricCousineau-TRI commented Apr 9, 2020

This change is Reviewable

@@ -124,12 +126,13 @@ matrix:
# TODO: remove next before_install, install and script clause when the wheels become available
before_install:
- pyenv global $(pyenv whence 2to3) # activate all python versions
- PY_CMD=python3
- PY_CMD=python3.8

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case you see this before my reply on pybind11, try adding this package, which allows python3.8 -m pip to work:

          - python3.8-distutils

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, just added it in - thanks!

@EricCousineau-TRI
Copy link
Collaborator Author

EricCousineau-TRI commented Apr 9, 2020

Think I got it working... and thinking more on it, I think I'm gonna fold this into my other PR now that I proved it out.

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.

2 participants