X-Git-Url: https://git.phdru.name/?p=ppu.git;a=blobdiff_plain;f=tox.ini;h=82c31641c72f4f53882358188f4e7b8e59bc9f41;hp=b3f3b85458fed588c554554f21348fe8b714d7f4;hb=4b15fa0aa9cf0e3d2664f1ac80a42af55a823822;hpb=a7031e85c6bcd93252acfb5ac99801936d1f83c5 diff --git a/tox.ini b/tox.ini index b3f3b85..82c3164 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.8 -envlist = {py27,py33,py34,py35,py36},{py27,py34}-flake8 +envlist = {py27,py33,py34,py35,py36},pypy,{py27,py34}-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} + pypy: {env:TOXPYTHON:pypy} commands = {envpython} --version {envpython} -c "import struct; print(struct.calcsize('P') * 8)" @@ -48,6 +49,11 @@ commands = {[testenv]commands} {[general]commands} +[testenv:pypy] +commands = + {[testenv]commands} + {[general]commands} + [testenv:py27-flake8] deps = flake8