TESTING BRANCH: Added a good recipe. #16
Open
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"
]
}
Loading