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 78c15e4 commit 3fda1c7Copy full SHA for 3fda1c7
.travis.yml
@@ -34,8 +34,8 @@ before_install:
34
hash -r &&
35
conda config --set always_yes yes --set changeps1 no &&
36
conda update -q conda &&
37
- conda install python=${TRAVIS_PYTHON_VERSION} &&
38
conda config --add channels conda-forge &&
+ conda install python=${TRAVIS_PYTHON_VERSION} &&
39
conda install -y nipype icu &&
40
rm -r ${CONDA_HOME}/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype*; }
41
# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi
0 commit comments