DEV-1185: fix AWG download of related files #284
Draft
Travis CI / Travis CI - Branch
failed
Feb 6, 2024 in 10m 4s
Build Failed
The build failed. This is a change from the previous build, which passed.
Details
This is a normal build for the feat/DEV-1185-fix-awg-download-related-files 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 | Generic |
Operating System | Linux (Xenial) |
Build Configuration
{
"language": "generic",
"os": [
"linux"
],
"dist": "xenial",
"sudo": false,
"before_install": [
"unset PYENV_ROOT",
"rm -rf ~/.pyenv",
"curl -L https://github.com/pyenv/pyenv-installer/raw/master/bin/pyenv-installer | bash",
"export PATH=\"$HOME/.pyenv/bin:$PATH\""
],
"install": [
"virtualenv venv",
"source venv/bin/activate",
"pip install tox-travis tox-pyenv",
"pyenv install 3.5.7",
"pyenv install 3.6.9",
"pyenv install 3.7.5"
],
"script": [
"pyenv local 3.5.7 3.6.9 3.7.5",
"tox -e py35,py36,py37"
],
"after_script": [
"tox -e coverage"
]
}
Loading