Skip to content

Commit 452a284

Browse files
committed
add icu to conda (#1798), append conda-forge instead of prepend
1 parent 70a7cb2 commit 452a284

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ before_install:
2626
-O /home/travis/.cache/anaconda.sh &&
2727
bash /home/travis/.cache/anaconda.sh -b -p /home/travis/anaconda &&
2828
export PATH=/home/travis/anaconda/bin:$PATH &&
29-
conda config --add channels conda-forge &&
29+
conda config --append channels conda-forge &&
3030
conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
31-
conda install -y numpy scipy;
32-
}
31+
conda install -y icu numpy scipy traits;}
3332
- travis_retry bef_inst
3433
install:
3534
# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi &&

0 commit comments

Comments
 (0)