Fix default PyPI URL in cookiecutter.json #7
Travis CI / Travis CI - Pull Request
required action
Aug 28, 2025 in 6h 12m 17s
Build Errored
The build errored. This is a change from the previous build, which passed.
Details
This is a pull request build.
It is running a build against the merge commit, after merging #7 Fix default PyPI URL in cookiecutter.json.
Any changes that have been made to the master branch before the build ran are also included.
Jobs and Stages
This build has three jobs, running in parallel.
| Job | Python | OS | State |
|---|---|---|---|
| 3.9 | Linux | failed | |
| 3.8 | Linux | failed | |
| 3.7 | Linux | errored |
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Python |
| Operating System | Linux (Focal) |
| Python Versions | 3.9, 3.8, 3.7 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"python": [
"3.9",
"3.8",
"3.7"
],
"install": [
"pip install -U tox-travis"
],
"script": [
"tox"
]
}
Loading