Skip to content

Commit 7ee83ba

Browse files
committed
Graphviz is a before_install dependency
1 parent 4c3a232 commit 7ee83ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ before_install:
1919
if $INSTALL_DEB_DEPENDECIES; then sudo ln -s /run/shm /dev/shm; fi &&
2020
bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh) &&
2121
sudo apt-get -y update &&
22-
sudo apt-get -y install xvfb fusefat &&
22+
sudo apt-get -y install xvfb fusefat graphviz &&
2323
if $INSTALL_DEB_DEPENDECIES; then travis_retry sudo apt-get install -y -qq
2424
fsl afni elastix fsl-atlases; fi &&
2525
if $INSTALL_DEB_DEPENDECIES; then
2626
source /etc/fsl/fsl.sh;
27-
source /etc/afni/afni.sh;
27+
source /etc/afni/afni.sh;
2828
export FSLOUTPUTTYPE=NIFTI_GZ; fi }
2929
- travis_retry bef_inst
3030
install:
@@ -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 graphviz &&
36+
conda install -y nipype &&
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)