Use minimal travis container#3221
Closed
tv3141 wants to merge 4 commits into
Closed
Conversation
Member
|
@tv3141 Nice, I like it 👍 I'd hope that |
bjlittle
reviewed
Nov 11, 2018
| - 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 |
Member
There was a problem hiding this comment.
Shame we have to crank the matrix permutations by hand...
Member
205d75e to
eb62f4f
Compare
eb62f4f to
1a671cd
Compare
Contributor
Author
@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 |
Contributor
Author
|
Close in preference of #3222 |
Member
|
@tv3141 Awesome, thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: