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 c6fa91b commit dbeea1cCopy full SHA for dbeea1c
.travis.yml
@@ -24,7 +24,7 @@ before_install:
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
-- source FSLOUTPUTTYPE=NIFTI_GZ
+- export FSLOUTPUTTYPE=NIFTI_GZ
28
install:
29
- conda update --yes conda
30
- conda create -n testenv --yes pip python=$TRAVIS_PYTHON_VERSION
0 commit comments