Bump actions/upload-artifact from 3.1.3 to 4.0.0 #283
Closed
This check has been archived and is scheduled for deletion.
Learn more about checks retention
Travis CI / Travis CI - Pull Request
succeeded
Dec 18, 2023 in 1m 1s
Build Passed
The build passed, just like the previous build.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #283 Bump actions/upload-artifact from 3.1.3 to 4.0.0.
Any changes that have been made to the dev branch before the build ran are also included.
Jobs and Stages
This build has two jobs, running in parallel.
Job | Python | OS | State |
---|---|---|---|
2.7 | Linux | passed | |
3.8 | Linux | passed |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Python Versions | 2.7, 3.8 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"python": [
"2.7",
"3.8"
],
"cache": {
"pip": true
},
"before_cache": [
"rm -fv ~/.cache/pip/log/debug.log"
],
"install": [
"pip install -r requirements.txt",
"pip install -r requirements-test.txt"
],
"before_script": [
"export TMPDIR=$PWD/tmp",
"mkdir $TMPDIR",
"export PYTHONPATH=$PYTHONPATH:`pwd -P`",
"cd test"
],
"script": [
"coverage run --branch --source=ssm,bin -m unittest discover --buffer"
],
"after_success": [
"coveralls",
"codecov"
]
}
Loading