Bump flask-cors from 3.0.10 to 4.0.1 #197
Closed
Travis CI / Travis CI - Branch
required action
Aug 19, 2024 in 49s
Build Errored
The build errored.
Details
This is a normal build for the dependabot/pip/flask-cors-4.0.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 (Xenial) |
Python Version | 3.6 |
Build Configuration
{
"language": "python",
"os": [
"linux"
],
"dist": "xenial",
"python": [
"3.6"
],
"addons": {
"apt": {
"packages": [
"python-virtualenv",
"python3-dev",
"build-essential",
"libaio1",
"libpq-dev",
"libgeos-dev",
"unzip",
"nginx"
]
}
},
"install": [
".travis/install_tests.sh"
],
"script": [
".travis/test.sh"
],
"after_script": [
".travis/clean_up.sh"
],
"deploy": [
{
"provider": "script",
"script": ".travis/deploy.sh",
"on": {
"branch": [
"master",
"develop",
"develop_test",
"staging"
]
}
}
],
"after_deploy": [
".travis/clean_up.sh"
]
}
Loading