Skip to content

Commit c46d682

Browse files
committed
CI: Regression test for nilearn<0.5.0
1 parent 3e9de5d commit c46d682

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ env:
3030
NIPYPE_EXTRAS="doc,tests,nipy,profiler"
3131
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
3232
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
3337

3438
# Python 3.4 is only available on Trusty, so we need to duplicate the
3539
# env matrix specifically for it.
@@ -85,6 +89,7 @@ before_install:
8589
export FSLOUTPUTTYPE=NIFTI_GZ;
8690
fi;
8791

92+
- if [ -n "$NILEARN_VERSION" ]; then travis_retry pip install nilearn=$NILEARN_VERSION; fi
8893
- travis_retry pip install -r requirements.txt
8994
- travis_retry pip install grabbit==0.1.2
9095
- travis_retry git clone -b 0.6.5 https://github.com/INCF/pybids.git ${HOME}/pybids && pip install -e ${HOME}/pybids

0 commit comments

Comments
 (0)