Skip to content

Commit e5ed8fe

Browse files
committed
[.travis.yml] add Py3.7 testing, eliminate Py2.7, Py3.4 testing
1 parent caa559f commit e5ed8fe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ sudo: false
44
language: python
55
matrix:
66
include:
7-
- python: 2.7
8-
env: TOX_ENV=py27
9-
- python: 2.7
10-
env: TOX_ENV=py34
117
- python: 3.5
128
env: TOX_ENV=py35
139
- python: 3.6
1410
env: TOX_ENV=py36
11+
- python: 3.7
12+
env: TOX_ENV=py37
13+
dist: xenial
1514

1615
script: tox -e $TOX_ENV
1716

0 commit comments

Comments
 (0)