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 332d46d commit 85ca6e5Copy full SHA for 85ca6e5
.travis.yml
@@ -30,6 +30,7 @@ before_install:
30
install:
31
# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi &&
32
- function inst {
33
+ conda config --add channels conda-forge &&
34
conda update --yes conda &&
35
conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
36
conda install -y $(sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g' requirements.txt) &&
0 commit comments