Skip to content

Commit 75d0f02

Browse files
committed
try fetching packages from cf
1 parent 2205e38 commit 75d0f02

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ before_install:
7676
- export PATH="$HOME/miniconda/bin:$PATH"
7777
- conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
7878
- conda update conda
79+
- conda config --add channels conda-forge --force
7980
- conda config --add channels odm2 --force
8081
- conda create --name TEST python=$TRAVIS_PYTHON_VERSION --file requirements.txt --file requirements-dev.txt
8182
- source activate TEST

0 commit comments

Comments
 (0)