Skip to content

Commit 69f8db2

Browse files
committed
.travis.yml: Add Python 3.7
1 parent 4e1135e commit 69f8db2

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
@@ -8,6 +8,12 @@ env:
88
- TOXENV=pypy
99
- TOXENV=flake8
1010
- TOXENV=coverage
11+
matrix:
12+
include:
13+
- python: 3.7
14+
dist: xenial
15+
sudo: true
16+
env: TOXENV=py37
1117

1218
install:
1319
- travis_retry pip install tox

0 commit comments

Comments
 (0)