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

TESTING BRANCH: Added a bad recipe. #17

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Update meta.yaml

e68584b
Select commit
Loading
Failed to load commit list.
Open

TESTING BRANCH: Added a bad recipe. #17

Update meta.yaml
e68584b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Oct 15, 2024 in 4m 6s

Build Errored

The build errored.

Details

This is a normal build for the linter_error_branch branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has two jobs, running in parallel.

Job ENV OS State
1773.1 GH_TOKEN=[secure] Linux errored
1773.2 GH_TOKEN=[secure] Linux errored

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Xenial)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": false,
  "env": [
    "global=GH_TOKEN=[secure] jobs={:python=>\"2.7\"}={:python=>\"3.5\"}"
  ],
  "install": [
    "export CONDA_BASE=http://repo.continuum.io/miniconda/Miniconda3",
    "wget ${CONDA_BASE}-latest-Linux-x86_64.sh -O miniconda.sh;",
    "bash miniconda.sh -b -p $HOME/miniconda",
    "export PATH=\"$HOME/miniconda/bin:$PATH\"",
    "conda config --set show_channel_urls True",
    "conda install --yes --channel conda-forge python=${python} --file conda-requirements.txt",
    "mkdir -p ~/.conda-smithy/ && echo $GH_TOKEN > ~/.conda-smithy/github.token",
    "python setup.py install"
  ],
  "script": [
    "nosetests conda_forge_webservices -v"
  ]
}