Skip to content

Commit 332d46d

Browse files
committed
remove adding conda-forge channel
1 parent b5899cd commit 332d46d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ 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 &&
3433
conda update --yes conda &&
3534
conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
3635
conda install -y $(sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g' requirements.txt) &&

0 commit comments

Comments
 (0)