Skip to content

Commit 93fdc57

Browse files
committed
CI: Test 3.7-dev, remove fmri extra from Travis
1 parent f6247b3 commit 93fdc57

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ python:
88
- 3.4
99
- 3.5
1010
- 3.6
11+
- 3.7-dev
1112

1213
env:
1314
global:
@@ -16,16 +17,16 @@ env:
1617
- EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS"
1718
matrix:
1819
- INSTALL_DEB_DEPENDECIES=true
19-
NIPYPE_EXTRAS="doc,tests,fmri,profiler"
20+
NIPYPE_EXTRAS="doc,tests,profiler"
2021
CI_SKIP_TEST=1
2122
- INSTALL_DEB_DEPENDECIES=false
22-
NIPYPE_EXTRAS="doc,tests,fmri,profiler"
23+
NIPYPE_EXTRAS="doc,tests,profiler"
2324
CI_SKIP_TEST=1
2425
- INSTALL_DEB_DEPENDECIES=true
25-
NIPYPE_EXTRAS="doc,tests,fmri,profiler,duecredit,ssh"
26+
NIPYPE_EXTRAS="doc,tests,profiler,duecredit,ssh"
2627
CI_SKIP_TEST=1
2728
- INSTALL_DEB_DEPENDECIES=true
28-
NIPYPE_EXTRAS="doc,tests,fmri,profiler"
29+
NIPYPE_EXTRAS="doc,tests,profiler"
2930
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
3031
CI_SKIP_TEST=1
3132

0 commit comments

Comments
 (0)