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