File tree Expand file tree Collapse file tree 2 files changed +7
-27
lines changed Expand file tree Collapse file tree 2 files changed +7
-27
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,12 @@ python:
27
27
- 3.7
28
28
matrix :
29
29
include :
30
- - python : 3.4
31
- dist : trusty
32
- sudo : false
33
30
# Absolute minimum dependencies
34
- - python : 2.7
31
+ - python : 3.5
35
32
env :
36
33
- DEPENDS="numpy==1.8 setuptools==30.3.0"
37
34
# Absolute minimum dependencies
38
- - python : 2.7
35
+ - python : 3.5
39
36
env :
40
37
- DEPENDS="numpy==1.8"
41
38
- CHECK_TYPE="import"
@@ -44,51 +41,38 @@ matrix:
44
41
# nibabel/info.py
45
42
# doc/source/installation.rst
46
43
# requirements.txt
47
- - python : 2.7
44
+ - python : 3.5
48
45
env :
49
46
- DEPENDS="numpy==1.8 matplotlib==1.3.1"
50
47
# Minimum pydicom dependency
51
- - python : 2.7
48
+ - python : 3.5
52
49
env :
53
50
- DEPENDS="numpy==1.8 pydicom==0.9.9 pillow==2.6"
54
51
# pydicom master branch
55
52
- python : 3.5
56
53
env :
57
54
- 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
55
# test 3.5 against pre-release builds of everything
63
56
- python : 3.5
64
57
env :
65
58
- EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
66
- - python : 2.7
59
+ - python : 3.5
67
60
env :
68
61
- INSTALL_TYPE=sdist
69
- - python : 2.7
62
+ - python : 3.5
70
63
env :
71
64
- INSTALL_TYPE=wheel
72
- - python : 2.7
65
+ - python : 3.5
73
66
env :
74
67
- INSTALL_TYPE=requirements
75
- - python : 2.7
76
- env :
77
- - CHECK_TYPE="style"
78
68
- python : 3.5
79
69
env :
80
70
- CHECK_TYPE="style"
81
71
# Documentation doctests
82
- - python : 2.7
83
- env :
84
- - CHECK_TYPE="doc_doctests"
85
72
- python : 3.5
86
73
env :
87
74
- CHECK_TYPE="doc_doctests"
88
75
# Run tests with indexed_gzip present
89
- - python : 2.7
90
- env :
91
- - OPTIONAL_DEPENDS="indexed_gzip"
92
76
- python : 3.5
93
77
env :
94
78
- OPTIONAL_DEPENDS="indexed_gzip"
Original file line number Diff line number Diff line change 4
4
environment :
5
5
6
6
matrix :
7
- - PYTHON : C:\Python27
8
- - PYTHON : C:\Python27-x64
9
- - PYTHON : C:\Python34
10
- - PYTHON : C:\Python34-x64
11
7
- PYTHON : C:\Python35
12
8
- PYTHON : C:\Python35-x64
13
9
- PYTHON : C:\Python36
You can’t perform that action at this time.
0 commit comments