Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV-1185: fix AWG download of related files #284

Draft
wants to merge 3 commits into
base: develop
Choose a base branch
from

update requirements.txt files

3bf21fb
Select commit
Loading
Failed to load commit list.
Draft

DEV-1185: fix AWG download of related files #284

update requirements.txt files
3bf21fb
Select commit
Loading
Failed to load commit list.
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"
  ]
}