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 dd55523 commit b400aa9Copy full SHA for b400aa9
.travis.yml
@@ -23,6 +23,7 @@ before_install:
23
- if $INSTALL_DEB_DEPENDECIES; then travis_retry sudo apt-get install -qq fsl-atlases;
24
fi
25
- if $INSTALL_DEB_DEPENDECIES; then source /etc/fsl/fsl.sh; fi
26
+- if $INSTALL_DEB_DEPENDECIES; then source /etc/afni/afni.sh; fi
27
install:
28
- conda update --yes conda
29
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
0 commit comments