Update README.md - #1
Open
CacheCarti wants to merge 1 commit into
Open
Travis CI / Travis CI - Branch
required action
Oct 20, 2025 in 23s
Build Errored
The build errored.
Details
This is a normal build for the CacheCarti-patch-1 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 (Focal) |
| Python Version | 3.9 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"python": [
"3.9"
],
"services": [
"sqlite"
],
"install": [
"pip install -r requirements.txt",
"pip install black flake8 coverage coveralls"
],
"script": [
"black --check .",
"flake8 .",
"coverage run manage.py test"
],
"after_success": [
"coveralls"
],
"deploy": [
{
"provider": "script",
"script": "bash scripts/deploy_ec2.sh",
"on": {
"branch": [
"main"
]
}
}
]
}
Loading