Release Candidate v.1.7 #50
Merged
Travis CI / Travis CI - Pull Request
required action
Apr 7, 2024 in 5m 17s
Build Errored
The build errored.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #50 Release Candidate v.1.7.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has four jobs, running in parallel.
Job | Python | ENV | OS | State |
---|---|---|---|---|
3.10 | TOXENV=py310 | Linux | errored | |
3.11 | TOXENV=py311 | Linux | errored | |
3.10 | TOXENV=coverage | Linux | errored | |
3.10 | TOXENV=docs | Linux | errored |
Build Configuration
Build Option | Setting |
---|---|
Language | Python |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"git": {
"quiet": true
},
"install": [
"pip install -r requirements.dev.txt"
],
"before_script": [
"curl -Os --retry 5 https://uploader.codecov.io/latest/linux/codecov",
"chmod +x codecov"
],
"script": [
"tox -- -v -n auto > cmd_output.txt"
],
"after_failure": [
"curl --upload-file cmd_output.txt https://transfer.sh/cmd_output.txt"
],
"after_success": [
"if [[ -e .coverage ]]; then ./codecov -t $CODECOV_TOKEN; fi"
],
"jobs": {
"include": [
{
"python": "3.10",
"dist": "focal",
"env": [
{
"TOXENV": "py310"
},
{
"YARN_GPG": "no"
}
]
},
{
"python": "3.11",
"dist": "bionic",
"env": [
{
"TOXENV": "py311"
},
{
"YARN_GPG": "no"
}
]
},
{
"python": "3.10",
"dist": "focal",
"env": [
{
"TOXENV": "coverage"
},
{
"YARN_GPG": "no"
}
]
},
{
"python": "3.10",
"dist": "focal",
"env": [
{
"TOXENV": "docs"
},
{
"YARN_GPG": "no"
}
]
}
]
}
}
Loading