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 0d5d6dd commit 70a7cb2Copy full SHA for 70a7cb2
.travis.yml
@@ -27,15 +27,13 @@ before_install:
27
bash /home/travis/.cache/anaconda.sh -b -p /home/travis/anaconda &&
28
export PATH=/home/travis/anaconda/bin:$PATH &&
29
conda config --add channels conda-forge &&
30
- echo 'always_yes: True' >> /home/travis/.condarc &&
31
conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
32
- conda install -y numpy scipy
+ conda install -y numpy scipy;
33
}
34
- travis_retry bef_inst
35
install:
36
# Add install of vtk and mayavi to test mesh (disabled): conda install -y vtk mayavi &&
37
-- function inst {pip install -e .[$NIPYPE_EXTRAS];}
38
-- travis_retry inst
+- travis_retry pip install -e .[$NIPYPE_EXTRAS]
39
script:
40
- py.test --doctest-modules nipype
41
deploy:
0 commit comments