Configure Renovate #26
Open
Travis CI / Travis CI - Branch
required action
May 7, 2025 in 1m 44s
Build Errored
The build errored.
Details
This is a normal build for the renovate/configure branch. You should be able to reproduce it by checking out the branch locally.
Jobs and Stages
This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.
Build Configuration
| Build Option | Setting |
|---|---|
| Language | Python |
| Operating System | Linux (Xenial) |
| Python Version | 3.7 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"python": [
"3.7"
],
"services": [
"docker"
],
"install": [
"docker build -t max-rec .",
"docker run -it -d -p 5000:5000 max-rec",
"pip install -r requirements-test.txt"
],
"before_script": [
"flake8 . --max-line-length=127 --exclude training/training_code/dataset",
"bandit -r .",
"sleep 30"
],
"script": [
"pytest tests/test.py"
]
}
Loading