File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
3030install :
@@ -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] &&
You can’t perform that action at this time.
0 commit comments