Skip to content

Commit 0adb46d

Browse files
committed
CI: Drop 3.4 tests
1 parent 085767c commit 0adb46d

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

.travis.yml

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -31,36 +31,6 @@ env:
3131
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
3232
CI_SKIP_TEST=1
3333

34-
# Python 3.4 is only available on Trusty, so we need to duplicate the
35-
# env matrix specifically for it.
36-
matrix:
37-
include:
38-
- python: 3.4
39-
dist: trusty
40-
env:
41-
- INSTALL_DEB_DEPENDECIES=true
42-
NIPYPE_EXTRAS="doc,tests,nipy,profiler"
43-
CI_SKIP_TEST=1
44-
- python: 3.4
45-
dist: trusty
46-
env:
47-
- INSTALL_DEB_DEPENDECIES=false
48-
NIPYPE_EXTRAS="doc,tests,profiler"
49-
CI_SKIP_TEST=1
50-
- python: 3.4
51-
dist: trusty
52-
env:
53-
- INSTALL_DEB_DEPENDECIES=true
54-
NIPYPE_EXTRAS="doc,tests,nipy,profiler,duecredit,ssh"
55-
CI_SKIP_TEST=1
56-
- python: 3.4
57-
dist: trusty
58-
env:
59-
- INSTALL_DEB_DEPENDECIES=true
60-
NIPYPE_EXTRAS="doc,tests,nipy,profiler"
61-
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
62-
CI_SKIP_TEST=1
63-
6434
addons:
6535
apt:
6636
packages:

0 commit comments

Comments
 (0)