We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb161fa commit 645e014Copy full SHA for 645e014
.travis.yml
@@ -55,7 +55,6 @@ before_install:
55
- bash miniconda.sh -b -p $HOME/miniconda
56
- export PATH="$HOME/miniconda/bin:$PATH"
57
- if [[ `which conda` ]]; then echo 'Conda installation successful'; else exit 1; fi
58
- - conda update --yes conda
59
- conda create -n testenv --yes python=$PYTHON_VERSION pip wheel nose
60
- source activate testenv
61
- conda install --yes gcc swig
0 commit comments