Skip to content

Commit da8a88b

Browse files
committed
Add Python 3.7
1 parent 3801bd7 commit da8a88b

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ matrix:
2323
env: TOXENV=py35
2424
- python: 3.6
2525
env: TOXENV=py36
26+
- python: 3.7
27+
env: TOXENV=py37
2628
- python: pypy
2729
env: TOXENV=pypy
2830

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[tox]
2-
envlist = py27,py34,py35,py36,pypy
2+
envlist = py27,py34,py35,py36,py37,pypy
33

44

55
[testenv]
66
extras =
77
test
88
xmlsec
9-
py{35,36}: async
10-
py{35,36}: tornado
9+
py{35,36,37}: async
10+
py{35,36,37}: tornado
1111
deps =
12-
py{35,36}: aioresponses==0.4.2
13-
py{35,36}: aiohttp==3.2.1
14-
py{35,36}: pytest-asyncio==0.5.0
12+
py{35,36,37}: aioresponses==0.4.2
13+
py{35,36,37}: aiohttp==3.2.1
14+
py{35,36,37}: pytest-asyncio==0.5.0
1515
commands = coverage run --parallel -m pytest {posargs}
1616

1717

0 commit comments

Comments
 (0)