Skip to content

Commit 85ca6e5

Browse files
committed
readd conda update
1 parent 332d46d commit 85ca6e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ before_install:
3030
install:
3131
# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi &&
3232
- function inst {
33+
conda config --add channels conda-forge &&
3334
conda update --yes conda &&
3435
conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
3536
conda install -y $(sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g' requirements.txt) &&

0 commit comments

Comments
 (0)