Skip to content

Commit 4c3a232

Browse files
committed
Add graphviz dep to Travis
1 parent 58fc79d commit 4c3a232

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
@@ -33,7 +33,7 @@ install:
3333
conda config --add channels conda-forge &&
3434
conda update --yes conda &&
3535
conda update --all -y python=$TRAVIS_PYTHON_VERSION &&
36-
conda install -y nipype &&
36+
conda install -y nipype graphviz &&
3737
rm -r /home/travis/miniconda/lib/python${TRAVIS_PYTHON_VERSION}/site-packages/nipype* &&
3838
pip install -r requirements.txt &&
3939
pip install -e .[$NIPYPE_EXTRAS] &&

0 commit comments

Comments
 (0)