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 b67868f commit b5899cdCopy full SHA for b5899cd
.travis.yml
@@ -33,9 +33,7 @@ install:
33
conda config --add channels conda-forge &&
34
conda update --yes conda &&
35
conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
36
- conda install -y nipype &&
37
- rm -r /home/travis/anaconda/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype* &&
38
- pip install -r requirements.txt &&
+ conda install -y $(sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/ /g' requirements.txt) &&
39
pip install -e .[$NIPYPE_EXTRAS]; }
40
- travis_retry inst
41
script:
0 commit comments