Skip to content

Commit 560d525

Browse files
authored
Merge pull request #21 from pdftables/python-versions-in-travis
Update Travis to test supported Python 3 versions
2 parents 0982041 + b8232fb commit 560d525

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)