Test packages from source using cron jobs#479
Merged
Conversation
added 2 commits
May 13, 2019 11:09
- update travis config to handle cron jobs, using the TRAVIS_EVENT_TYPE environment variable - update the install command to install packages from source, specifically github, when a specific flag is passed to the command Together, we will not be able to test the traits package regularly using the master branches of dependencies e.g. traitsui. modified: .travis.yml modified: etstool.py
modified: .travis.yml
Codecov Report
@@ Coverage Diff @@
## master #479 +/- ##
==========================================
+ Coverage 65.27% 65.28% +0.01%
==========================================
Files 44 44
Lines 7061 7061
Branches 1412 1412
==========================================
+ Hits 4609 4610 +1
Misses 2030 2030
+ Partials 422 421 -1
Continue to review full report at Codecov.
|
Contributor
Author
|
@mdickinson i think a weekly cron job should be enough, right? |
Member
Agreed. |
Contributor
Author
|
Done. I'll duplicate this in the other ETS packages next weekend. |
This was referenced Jun 22, 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.
TRAVIS_EVENT_TYPEenvironment variable. See https://docs.travis-ci.com/user/cron-jobs/ for more info.installcommand to install packages from source, specifically github, when a specific flag is passed to the command--source.Together, we will not be able to test the traits package regularly using the master branches of dependencies e.g.
traitsui.Note that the cron job itself will need to be added manually from the settings pane of the travis project page.