We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2205e38 commit 75d0f02Copy full SHA for 75d0f02
1 file changed
.travis.yml
@@ -76,6 +76,7 @@ before_install:
76
- export PATH="$HOME/miniconda/bin:$PATH"
77
- conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
78
- conda update conda
79
+ - conda config --add channels conda-forge --force
80
- conda config --add channels odm2 --force
81
- conda create --name TEST python=$TRAVIS_PYTHON_VERSION --file requirements.txt --file requirements-dev.txt
82
- source activate TEST
0 commit comments