Skip to content

Commit da9bfb0

Browse files
authored
Merge pull request #13 from pdftables/travis-test-python-3.7
Add Python 3.7 to Travis
2 parents b818a25 + 31b3596 commit da9bfb0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@ python:
44
- "3.4"
55
- "3.5"
66
- "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
713
script:
814
- python setup.py test

0 commit comments

Comments
 (0)