Skip to content

Commit 4170be7

Browse files
committed
Drop python 3.2 3.3 3.4 testing
1 parent ffba045 commit 4170be7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ sudo: false
33
matrix:
44
include:
55
- python: 2.7
6-
- python: 3.2
7-
- python: 3.3
8-
- python: 3.4
96
- python: 3.5
107
- python: 3.6
118
- python: 3.7
@@ -14,13 +11,8 @@ matrix:
1411
- python: nightly
1512
- python: pypy3
1613
allow_failures:
17-
- python: 3.2 # EOL
18-
- python: 3.3 # EOL
19-
- python: 3.4 # EOL
2014
- python: nightly
2115
before_install:
22-
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; fi
23-
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install 'pyflakes<2.0.0'; fi
2416
- pip install codecov
2517
install:
2618
- pip install -r requirements.txt

0 commit comments

Comments
 (0)