Skip to content

Commit a34c0fd

Browse files
committed
fix travis.xml
1 parent bdf62ab commit a34c0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ before_install:
2929
conda config --append channels conda-forge &&
3030
conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
3131
conda install -y nipype icu==56.1 &&
32-
# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi &&
3332
rm -r /home/travis/miniconda/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype*}
33+
# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi &&
3434
- travis_retry bef_inst
3535
install:
3636
- travis_retry pip install -e .[$NIPYPE_EXTRAS]

0 commit comments

Comments
 (0)