Skip to content

Commit f7e66e7

Browse files
committed
CI: Drop 2.7, 3.4 tests from Travis
1 parent 10ad38a commit f7e66e7

File tree

1 file changed

+8
-25
lines changed

1 file changed

+8
-25
lines changed

.travis.yml

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,16 @@ env:
2222
- EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS"
2323
- PRE_PIP_FLAGS="--pre $EXTRA_PIP_FLAGS --find-links $PRE_WHEELS"
2424
python:
25-
- 3.5
2625
- 3.6
2726
- 3.7
2827
matrix:
2928
include:
30-
- python: 3.4
31-
dist: trusty
32-
sudo: false
3329
# Absolute minimum dependencies
34-
- python: 2.7
30+
- python: 3.5
3531
env:
3632
- DEPENDS="numpy==1.8 setuptools==30.3.0"
3733
# Absolute minimum dependencies
38-
- python: 2.7
34+
- python: 3.5
3935
env:
4036
- DEPENDS="numpy==1.8"
4137
- CHECK_TYPE="import"
@@ -44,54 +40,41 @@ matrix:
4440
# nibabel/info.py
4541
# doc/source/installation.rst
4642
# requirements.txt
47-
- python: 2.7
43+
- python: 3.5
4844
env:
4945
- DEPENDS="numpy==1.8 matplotlib==1.3.1"
5046
# Minimum pydicom dependency
51-
- python: 2.7
47+
- python: 3.5
5248
env:
5349
- DEPENDS="numpy==1.8 pydicom==0.9.9 pillow==2.6"
5450
# pydicom master branch
5551
- python: 3.5
5652
env:
5753
- 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"
6254
# test 3.5 against pre-release builds of everything
6355
- python: 3.5
6456
env:
6557
- EXTRA_PIP_FLAGS="$PRE_PIP_FLAGS"
66-
- python: 2.7
58+
- python: 3.5
6759
env:
6860
- INSTALL_TYPE=sdist
69-
- python: 2.7
61+
- python: 3.5
7062
env:
7163
- INSTALL_TYPE=wheel
72-
- python: 2.7
64+
- python: 3.5
7365
env:
7466
- INSTALL_TYPE=requirements
75-
- python: 2.7
67+
- python: 3.5
7668
env:
7769
- INSTALL_TYPE=archive
78-
- python: 2.7
79-
env:
80-
- CHECK_TYPE="style"
8170
- python: 3.5
8271
env:
8372
- CHECK_TYPE="style"
8473
# Documentation doctests
85-
- python: 2.7
86-
env:
87-
- CHECK_TYPE="doc_doctests"
8874
- python: 3.5
8975
env:
9076
- CHECK_TYPE="doc_doctests"
9177
# Run tests with indexed_gzip present
92-
- python: 2.7
93-
env:
94-
- OPTIONAL_DEPENDS="indexed_gzip"
9578
- python: 3.5
9679
env:
9780
- OPTIONAL_DEPENDS="indexed_gzip"

0 commit comments

Comments
 (0)