File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 30
30
NIPYPE_EXTRAS="doc,tests,nipy,profiler"
31
31
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
32
32
CI_SKIP_TEST=1
33
+ - INSTALL_DEB_DEPENDECIES=false
34
+ NILEARN_VERSION=0.4.2
35
+ NIPYPE_EXTRAS="doc,tests,profiler"
36
+ CI_SKIP_TEST=1
33
37
34
38
# Python 3.4 is only available on Trusty, so we need to duplicate the
35
39
# env matrix specifically for it.
@@ -85,6 +89,7 @@ before_install:
85
89
export FSLOUTPUTTYPE=NIFTI_GZ;
86
90
fi;
87
91
92
+ - if [ -n "$NILEARN_VERSION" ]; then travis_retry pip install nilearn=$NILEARN_VERSION; fi
88
93
- travis_retry pip install -r requirements.txt
89
94
- travis_retry pip install grabbit==0.1.2
90
95
- travis_retry git clone -b 0.6.5 https://github.com/INCF/pybids.git ${HOME}/pybids && pip install -e ${HOME}/pybids
You can’t perform that action at this time.
0 commit comments