Add register_docker
, --force
and ENV vars for defaults
#6
Travis CI / Travis CI - Branch
failed
May 30, 2024 in 6m 57s
Build Failed
The build failed, just like the previous build.
Details
This is a normal build for the force 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",
"sudo": true,
"python": [
"3.6"
],
"services": [
"docker"
],
"install": [
"pip install -U codecov"
],
"script": [
"sudo bash test-container.sh"
],
"after_success": [
"codecov"
],
"deploy": [
{
"provider": "pypi",
"distributions": "sdist bdist_wheel",
"password": {
"secure": "xe2TkzM94LCBTkSu+SXXXXHZtMVcVSVurHuZoH/iB+obuTj/3rcUtDkuACb0IsU4egy0PdMmXtPTaVTbnXafkqFzaPG47UuTdf5HgecIncwWCCTobe0UZP1mKIZ6efx4MTrrgMtHA8b4bSxVXKk6BkzqBNJcIilkHoXZgwYm0KSoIztaCrUvO3q2ts8TD7KcKD5jPTKEn4ACr6D07Of8F9q7Dk9ypMVeFbC+DzCEadDaoSzTnn5Bvk92FSqY8XPWrzDYSAzaVrn/VnJ2h8rwRwQOlBtH+CMt+Zuew05EtoGGO1C098kEQNHNJwcba+l7lPAcmHNiazwVXDMPhrkFSAj+O1qiq5D9FFylWVRZ/RJegs5MHTaoUc87pPQ+vuQkHzJmifiIhxnMc747fbJPwxbPeGGOLhsnHaZ2y7lSyyM5VyaSDMpv3E6pGFal6GHV9MwbvQJbunyg7dHKgC7zopO6wl+H2Ce/LJcR9fnpsIRUWFHUol6vhTSI3ikuHP/Z+egaVsUIP/6s/HuDqkcgfQh/fbrL5zy/FwAQYiZCus3gKnBTpP5enh7p7V+kydCOp/yIKHDdgndIbvnGtizlS3Pz+a6GiGSIQ9EmDnTAeYv0NaylrKtokVA44mAJFXb6cEGGoiasbQnEyT4Ul32SczB/uuIbBf2F7S9LA0msPNo="
},
"on": {
"tags": true,
"repo": "papaemmelab/register_apps",
"python": "3.6",
"branch": [
"master"
]
},
"username": "papaemmelab"
}
]
}
Loading