Skip to content

Commit

Permalink
Add Python 3.7 for tox
Browse files Browse the repository at this point in the history
  • Loading branch information
decaz committed Jan 19, 2019
1 parent ef41ec1 commit 8930a8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ envlist =
py35-aiohttp{20,21,22,23,30,31,32,33,34,35}
py36-aiohttp-master
py36-aiohttp{20,21,22,23,30,31,32,33,34,35}
py37-aiohttp-master
py37-aiohttp{20,21,22,23,30,31,32,33,34,35}
skipsdist = True

[testenv:flake8]
Expand Down Expand Up @@ -38,6 +40,7 @@ deps =
basepython =
py35: python3.5
py36: python3.6
py37: python3.7

commands = python setup.py test

Expand Down

0 comments on commit 8930a8b

Please sign in to comment.