Loading .travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ before_install: install: # Create the env - conda create --yes -n test python=$TRAVIS_PYTHON_VERSION - conda create --yes -n test python=$PYTHON_VERSION - source activate test - conda config --add channels conda-forge Loading Loading
.travis.yml +1 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,7 @@ before_install: install: # Create the env - conda create --yes -n test python=$TRAVIS_PYTHON_VERSION - conda create --yes -n test python=$PYTHON_VERSION - source activate test - conda config --add channels conda-forge Loading