X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=45c75b46577bdeb9ad3636e03287e0c2ae76f12c;hb=fc4c763f8e897e8b1925424fc28f58226417093a;hp=03cdc06d86d2ad1c8c7a5bd7c5bc5355c2b08f19;hpb=b35ea76744f1e85c1e7d91ed1bbc55b410e4848d;p=ppu.git diff --git a/tox.ini b/tox.ini index 03cdc06..45c75b4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.8 -envlist = {py27,py33,py34,py35,py36},pypy,{py27,py34}-flake8 +envlist = py{27,33,34,35,36,37}, pypy, py{27,34}-flake8 # Base test environment settings [testenv] @@ -10,6 +10,7 @@ basepython = py34: {env:TOXPYTHON:python3.4} py35: {env:TOXPYTHON:python3.5} py36: {env:TOXPYTHON:python3.6} + py37: {env:TOXPYTHON:python3.7} pypy: {env:TOXPYTHON:pypy} commands = {envpython} --version @@ -46,6 +47,11 @@ commands = {[testenv]commands} {[general]commands} +[testenv:py37] +commands = + {[testenv]commands} + {[general]commands} + [testenv:pypy] commands = {[testenv]commands}