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 good recipe. #16

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

Create blah_blah.yaml

f1b1bf9
Select commit
Loading
Failed to load commit list.
Open

TESTING BRANCH: Added a good recipe. #16

Create blah_blah.yaml
f1b1bf9
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch required action Jun 14, 2024 in 3m 55s

Build Errored

The build errored, just like the previous build.

Details

This is a normal build for the good_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
1761.1 GH_TOKEN=[secure] Linux errored
1761.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"
  ]
}