Skip to content

Commit 8c2d609

Browse files
committed
enable py37 tox environment in travis config
1 parent ec7077e commit 8c2d609

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sudo: false
2+
dist: xenial
23
language: python
34
install: pip install tox
45
script: tox
@@ -11,8 +12,8 @@ matrix:
1112
env: TOXENV=py35
1213
- python: 3.6
1314
env: TOXENV=py36
14-
# - python: 3.7
15-
# env: TOXENV=py37
15+
- python: 3.7
16+
env: TOXENV=py37
1617
- python: pypy
1718
env: TOXENV=pypy
1819
- python: pypy3

0 commit comments

Comments
 (0)