Skip to content

Commit e043527

Browse files
authored
Merge pull request #827 from alxpy/py37
Add Python3.7 to CI
2 parents e748c5f + 325ab0d commit e043527

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ matrix:
99
python: 3.5
1010
- env: TOXENV=py36
1111
python: 3.6
12+
- env: TOXENV=py37
13+
python: 3.7
14+
dist: xenial
15+
sudo: true
1216
- env: TOXENV=pypy
1317
python: pypy-5.7.1
1418
- env: TOXENV=pre-commit

0 commit comments

Comments
 (0)