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 bdf62ab commit a34c0fdCopy full SHA for a34c0fd
.travis.yml
@@ -29,8 +29,8 @@ before_install:
29
conda config --append channels conda-forge &&
30
conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
31
conda install -y nipype icu==56.1 &&
32
-# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi &&
33
rm -r /home/travis/miniconda/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype*}
+# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi &&
34
- travis_retry bef_inst
35
install:
36
- travis_retry pip install -e .[$NIPYPE_EXTRAS]
0 commit comments