Skip to content

Commit 51e16f3

Browse files
committed
Update the Python versions tested
3.4 has reached EOL, and 3.8 has been released.
1 parent 50391ae commit 51e16f3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .travis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@ matrix:
33
include:
44
- python: 2.7
55
dist: trusty
6-
- python: 3.4
7-
dist: trusty
86
- python: 3.5
97
dist: trusty
108
- python: 3.6
119
dist: trusty
1210
- python: 3.7
1311
dist: xenial
14-
sudo: true
12+
- python: 3.8
13+
dist: xenial
1514
install:
1615
- pip install tox-travis
1716
script:

0 commit comments

Comments
 (0)