Skip to content

Commit 026d68c

Browse files
committed
CI: Install nipy dependencies when installing AFNI/FSL from NeuroDebian
1 parent ac8b67f commit 026d68c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ env:
1818
- EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS"
1919
matrix:
2020
- INSTALL_DEB_DEPENDECIES=true
21-
NIPYPE_EXTRAS="doc,tests,profiler"
21+
NIPYPE_EXTRAS="doc,tests,nipy,profiler"
2222
CI_SKIP_TEST=1
2323
- INSTALL_DEB_DEPENDECIES=false
2424
NIPYPE_EXTRAS="doc,tests,profiler"
2525
CI_SKIP_TEST=1
2626
- INSTALL_DEB_DEPENDECIES=true
27-
NIPYPE_EXTRAS="doc,tests,profiler,duecredit,ssh"
27+
NIPYPE_EXTRAS="doc,tests,nipy,profiler,duecredit,ssh"
2828
CI_SKIP_TEST=1
2929
- INSTALL_DEB_DEPENDECIES=true
30-
NIPYPE_EXTRAS="doc,tests,profiler"
30+
NIPYPE_EXTRAS="doc,tests,nipy,profiler"
3131
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
3232
CI_SKIP_TEST=1
3333

@@ -39,7 +39,7 @@ matrix:
3939
dist: trusty
4040
env:
4141
- INSTALL_DEB_DEPENDECIES=true
42-
NIPYPE_EXTRAS="doc,tests,profiler"
42+
NIPYPE_EXTRAS="doc,tests,nipy,profiler"
4343
CI_SKIP_TEST=1
4444
- python: 3.4
4545
dist: trusty
@@ -51,13 +51,13 @@ matrix:
5151
dist: trusty
5252
env:
5353
- INSTALL_DEB_DEPENDECIES=true
54-
NIPYPE_EXTRAS="doc,tests,profiler,duecredit,ssh"
54+
NIPYPE_EXTRAS="doc,tests,nipy,profiler,duecredit,ssh"
5555
CI_SKIP_TEST=1
5656
- python: 3.4
5757
dist: trusty
5858
env:
5959
- INSTALL_DEB_DEPENDECIES=true
60-
NIPYPE_EXTRAS="doc,tests,profiler"
60+
NIPYPE_EXTRAS="doc,tests,nipy,profiler"
6161
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
6262
CI_SKIP_TEST=1
6363

0 commit comments

Comments
 (0)