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 c8ee538 commit 623f20fCopy full SHA for 623f20f
.travis.yml
@@ -36,7 +36,7 @@ install:
36
conda install -y nipype &&
37
rm -r /home/travis/miniconda/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype* &&
38
pip install -r requirements.txt &&
39
- pip install -e .[$NIPYPE_EXTRAS] &&
+ pip install -e .[$NIPYPE_EXTRAS] ;}
40
- travis_retry inst
41
script:
42
- py.test --doctest-modules --cov=nipype nipype
0 commit comments