Update travis#348
Merged
Merged
Conversation
Contributor
rahulporuri
commented
Jun 3, 2019
- update edm version from 1.5.2 to 1.11.0
- update the test matrix to run tests for all supported toolkits for a runtime in the same job.
- disallow failure on wx toolkit on python 2.7
added 3 commits
June 3, 2019 12:39
modified: .travis.yml
The test matrix has been condensed. We now have two jobs per runtime, one where we test all toolkits with pillow and the other where we test pillow version < 3.0 with the null toolkit modified: .travis.yml
modified: .travis.yml
Contributor
Author
|
hmm. looks like we still have failures on Details |
modified: .travis.yml
Codecov Report
@@ Coverage Diff @@
## master #348 +/- ##
==========================================
- Coverage 33.94% 32.93% -1.02%
==========================================
Files 206 206
Lines 18290 18290
Branches 2414 2414
==========================================
- Hits 6209 6024 -185
- Misses 11688 11880 +192
+ Partials 393 386 -7
Continue to review full report at Codecov.
|
jwiggins
approved these changes
Jun 3, 2019
Member
jwiggins
left a comment
There was a problem hiding this comment.
LGTM.
We should consider removing Python 3.5 tests as well, but not here.
Contributor
Author
|
thanks for the review @jwiggins |
rahulporuri
pushed a commit
that referenced
this pull request
Sep 24, 2019
PR #348 didnt broke the travis config for three jobs, which didnt use the updated TOOLKITS env var and were instead using the old TOOLKIT env var, which doesnt get picked up by the CI jobs. modified: .travis.yml
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.