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 58fc79d commit 4c3a232Copy full SHA for 4c3a232
.travis.yml
@@ -33,7 +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 &&
+ conda install -y nipype graphviz &&
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] &&
0 commit comments