We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a7cb2 commit 452a284Copy full SHA for 452a284
.travis.yml
@@ -26,10 +26,9 @@ before_install:
26
-O /home/travis/.cache/anaconda.sh &&
27
bash /home/travis/.cache/anaconda.sh -b -p /home/travis/anaconda &&
28
export PATH=/home/travis/anaconda/bin:$PATH &&
29
- conda config --add channels conda-forge &&
+ conda config --append channels conda-forge &&
30
conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
31
- conda install -y numpy scipy;
32
- }
+ conda install -y icu numpy scipy traits;}
33
- travis_retry bef_inst
34
install:
35
# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi &&
0 commit comments