Skip to content

Commit c5a2eed

Browse files
committed
CI: Separate matrix for 3.4
1 parent ddce7e2 commit c5a2eed

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

.travis.yml

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ language: python
55
# our build matrix
66
python:
77
- 2.7
8-
- 3.4
98
- 3.5
109
- 3.6
1110
- 3.7
1211

12+
# NOTE: Any changes to the matrix section should be duplicated below for
13+
# Python 3.4
1314
env:
1415
global:
1516
- EXTRA_WHEELS="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
@@ -30,6 +31,36 @@ env:
3031
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
3132
CI_SKIP_TEST=1
3233

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,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,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,profiler"
61+
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
62+
CI_SKIP_TEST=1
63+
3364
addons:
3465
apt:
3566
packages:

0 commit comments

Comments
 (0)