File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change
1
+ os : linux
1
2
dist : xenial
2
- sudo : true
3
3
4
4
language : python
5
5
# our build matrix
@@ -8,15 +8,13 @@ python:
8
8
- 3.6
9
9
- 3.7
10
10
11
- # NOTE: Any changes to the matrix section should be duplicated below for
12
- # Python 3.4
13
11
env :
14
12
global :
15
13
- EXTRA_WHEELS="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
16
14
- PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
17
15
- EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS"
18
16
- CHECK_TYPE=test
19
- matrix :
17
+ jobs :
20
18
- INSTALL_DEB_DEPENDECIES=true
21
19
NIPYPE_EXTRAS="doc,tests,nipy,profiler"
22
20
CI_SKIP_TEST=1
31
29
EXTRA_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS --upgrade"
32
30
CI_SKIP_TEST=1
33
31
34
- matrix :
32
+ jobs :
35
33
include :
36
34
- python : 3.7
37
35
env :
You can’t perform that action at this time.
0 commit comments