-
Notifications
You must be signed in to change notification settings - Fork 300
Use minimal travis container #3221
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
|
@tv3141 Nice, I like it 👍 I'd hope that |
.travis.yml
Outdated
| - PYTHON_VERSION=3.6 TEST_TARGET=default | ||
| - PYTHON_VERSION=2.7 TEST_TARGET=example | ||
| - PYTHON_VERSION=3.6 TEST_TARGET=example | ||
| - PYTHON_VERSION=3.6 TEST_TARGET=doctest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shame we have to crank the matrix permutations by hand...
205d75e to
eb62f4f
Compare
eb62f4f to
1a671cd
Compare
@bjlittle I thought so as well, but run times vary wildly. The main benefit is that CI won't rely on something in the linux image that is not used. Adding Python3.7 to the linux image caused some problems travis-ci/travis-ci#9069 |
|
Close in preference of #3222 |
|
@tv3141 Awesome, thanks! |
For testing with Travis we install Python using miniconda and only use this version of Python. Specifying
- python: 3.6in.travis.ymlsets the version of Python that comes installed in the Travis container.Instead: