Skip to content

Commit b9ade8f

Browse files
authored
Merge pull request #304 from expobrain/python_37
Added Python 3.7 support
2 parents 63e729f + c02c3a2 commit b9ade8f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ matrix:
77
python: 3.5
88
- env: TOXENV=py36
99
python: 3.6
10+
- env: TOXENV=py37
11+
python: 3.7
12+
sudo: required
13+
dist: xenial
1014
- env: TOXENV=pypy
1115
python: pypy-5.7.1
1216
install: pip install coveralls tox

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
# These should match the travis env list
3-
envlist = py27,py35,py36,pypy
3+
envlist = py27,py35,py36,py37,pypy
44

55
[testenv]
66
deps = -rrequirements-dev.txt

0 commit comments

Comments
 (0)