Skip to content

Commit b8232fb

Browse files
committed
Update Travis to test supported Python 3 versions
3.4 is end-of-life. Travis also supports 3.7 (and 3.8) without hacks, so remove that too.
1 parent 0982041 commit b8232fb

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.4"
54
- "3.5"
65
- "3.6"
7-
# Hack for Python 3.7; remove when Travis correctly supports it.
8-
matrix:
9-
include:
10-
- python: 3.7
11-
dist: xenial
12-
sudo: true
6+
- "3.7"
7+
- "3.8"
138
script:
149
- python setup.py test

0 commit comments

Comments
 (0)