Skip to content

Commit 930ee6c

Browse files
committed
CI: Drop 2.7, 3.4 tests from Travis
1 parent cee6bf3 commit 930ee6c

File tree

2 files changed

+7
-27
lines changed

2 files changed

+7
-27
lines changed

.travis.yml

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,12 @@ python:
2727
- 3.7
2828
matrix:
2929
include:
30-
- python: 3.4
31-
dist: trusty
32-
sudo: false
3330
# Absolute minimum dependencies
34-
- python: 2.7
31+
- python: 3.5
3532
env:
3633
- DEPENDS="numpy==1.8 setuptools==30.3.0"
3734
# Absolute minimum dependencies
38-
- python: 2.7
35+
- python: 3.5
3936
env:
4037
- DEPENDS="numpy==1.8"
4138
- CHECK_TYPE="import"
@@ -44,51 +41,38 @@ matrix:
4441
# nibabel/info.py
4542
# doc/source/installation.rst
4643
# requirements.txt
47-
- python: 2.7
44+
- python: 3.5
4845
env:
4946
- DEPENDS="numpy==1.8 matplotlib==1.3.1"
5047
# Minimum pydicom dependency
51-
- python: 2.7
48+
- python: 3.5
5249
env:
5350
- DEPENDS="numpy==1.8 pydicom==0.9.9 pillow==2.6"
5451
# pydicom master branch
5552
- python: 3.5
5653
env:
5754
- 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"
6255
# test 3.5 against pre-release builds of everything
6356
- python: 3.5
6457
env:
6558
- EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
66-
- python: 2.7
59+
- python: 3.5
6760
env:
6861
- INSTALL_TYPE=sdist
69-
- python: 2.7
62+
- python: 3.5
7063
env:
7164
- INSTALL_TYPE=wheel
72-
- python: 2.7
65+
- python: 3.5
7366
env:
7467
- INSTALL_TYPE=requirements
75-
- python: 2.7
76-
env:
77-
- CHECK_TYPE="style"
7868
- python: 3.5
7969
env:
8070
- CHECK_TYPE="style"
8171
# Documentation doctests
82-
- python: 2.7
83-
env:
84-
- CHECK_TYPE="doc_doctests"
8572
- python: 3.5
8673
env:
8774
- CHECK_TYPE="doc_doctests"
8875
# Run tests with indexed_gzip present
89-
- python: 2.7
90-
env:
91-
- OPTIONAL_DEPENDS="indexed_gzip"
9276
- python: 3.5
9377
env:
9478
- OPTIONAL_DEPENDS="indexed_gzip"

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
environment:
55

66
matrix:
7-
- PYTHON: C:\Python27
8-
- PYTHON: C:\Python27-x64
9-
- PYTHON: C:\Python34
10-
- PYTHON: C:\Python34-x64
117
- PYTHON: C:\Python35
128
- PYTHON: C:\Python35-x64
139
- PYTHON: C:\Python36

0 commit comments

Comments
 (0)