Skip to content

Commit 9e57afa

Browse files
committed
Travis: test py37
1 parent 6fe57df commit 9e57afa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ python:
1111
- "3.5"
1212
- "3.6"
1313

14+
# Travis makes it hard to use py37.
15+
matrix:
16+
include:
17+
- python: 3.7
18+
dist: xenial
19+
sudo: true
20+
1421
install:
1522
- pip install tox tox-travis pytest-cov
1623

0 commit comments

Comments
 (0)