Add cron job to install/test against packages from source#549
Merged
Conversation
- update travis config to listen to TRAVIS_EVENT_TYPE environment variable and do something when the envvar is cron - add ability to install relevant packages from git source in etstool module modified: .travis.yml modified: etstool.py
Contributor
Author
|
Note that I added a cron job from travis.org settings page for pyface - the cron job runs weekly against master. |
Codecov Report
@@ Coverage Diff @@
## master #549 +/- ##
==========================================
+ Coverage 37.15% 37.20% +0.05%
==========================================
Files 470 470
Lines 26090 26091 +1
Branches 3967 3967
==========================================
+ Hits 9693 9707 +14
+ Misses 15975 15967 -8
+ Partials 422 417 -5
Continue to review full report at Codecov.
|
where the key is the package name and the value is the git/github source url for the package modified: etstool.py
corranwebster
approved these changes
Jun 24, 2020
This was referenced Jul 6, 2020
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.
At the moment, traits is the only package installed from source as pyface is always installed from source on CI. The changes are almost the same as that in traits PR enthought/traits#479.
Exactly the same as the changes in enthought/traitsui#914 except for replacing the word
"pyface"with"traitsui"