We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01157ed commit bc00d3dCopy full SHA for bc00d3d
1 file changed
.travis.yml
@@ -70,9 +70,10 @@ before_install:
70
bash miniconda.sh -b -p $HOME/miniconda
71
fi
72
- export PATH="$HOME/miniconda/bin:$PATH"
73
- - conda update --yes --all
+ - conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
74
+ - conda update conda
75
- conda config --add channels odm2 --force
- - conda create --yes -n TEST python=$TRAVIS_PYTHON_VERSION --file requirements.txt --file requirements-dev.txt
76
+ - conda create --name TEST python=$TRAVIS_PYTHON_VERSION --file requirements.txt --file requirements-dev.txt
77
- source activate TEST
78
79
# Test source distribution.
0 commit comments