File tree Expand file tree Collapse file tree 1 file changed +8
-25
lines changed Expand file tree Collapse file tree 1 file changed +8
-25
lines changed Original file line number Diff line number Diff line change 22
22
- EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS"
23
23
- PRE_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
24
24
python :
25
- - 3.5
26
25
- 3.6
27
26
- 3.7
28
27
matrix :
29
28
include :
30
- - python : 3.4
31
- dist : trusty
32
- sudo : false
33
29
# Absolute minimum dependencies
34
- - python : 2.7
30
+ - python : 3.5
35
31
env :
36
32
- DEPENDS="numpy==1.8 setuptools==30.3.0"
37
33
# Absolute minimum dependencies
38
- - python : 2.7
34
+ - python : 3.5
39
35
env :
40
36
- DEPENDS="numpy==1.8"
41
37
- CHECK_TYPE="import"
@@ -44,54 +40,41 @@ matrix:
44
40
# nibabel/info.py
45
41
# doc/source/installation.rst
46
42
# requirements.txt
47
- - python : 2.7
43
+ - python : 3.5
48
44
env :
49
45
- DEPENDS="numpy==1.8 matplotlib==1.3.1"
50
46
# Minimum pydicom dependency
51
- - python : 2.7
47
+ - python : 3.5
52
48
env :
53
49
- DEPENDS="numpy==1.8 pydicom==0.9.9 pillow==2.6"
54
50
# pydicom master branch
55
51
- python : 3.5
56
52
env :
57
53
- DEPENDS="numpy git+https://github.com/pydicom/pydicom.git@master"
58
- # test 2.7 against pre-release builds of everything
59
- - python : 2.7
60
- env :
61
- - EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
62
54
# test 3.5 against pre-release builds of everything
63
55
- python : 3.5
64
56
env :
65
57
- EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
66
- - python : 2.7
58
+ - python : 3.5
67
59
env :
68
60
- INSTALL_TYPE=sdist
69
- - python : 2.7
61
+ - python : 3.5
70
62
env :
71
63
- INSTALL_TYPE=wheel
72
- - python : 2.7
64
+ - python : 3.5
73
65
env :
74
66
- INSTALL_TYPE=requirements
75
- - python : 2.7
67
+ - python : 3.5
76
68
env :
77
69
- INSTALL_TYPE=archive
78
- - python : 2.7
79
- env :
80
- - CHECK_TYPE="style"
81
70
- python : 3.5
82
71
env :
83
72
- CHECK_TYPE="style"
84
73
# Documentation doctests
85
- - python : 2.7
86
- env :
87
- - CHECK_TYPE="doc_doctests"
88
74
- python : 3.5
89
75
env :
90
76
- CHECK_TYPE="doc_doctests"
91
77
# Run tests with indexed_gzip present
92
- - python : 2.7
93
- env :
94
- - OPTIONAL_DEPENDS="indexed_gzip"
95
78
- python : 3.5
96
79
env :
97
80
- OPTIONAL_DEPENDS="indexed_gzip"
You can’t perform that action at this time.
0 commit comments