X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=48c62674c48338851a3d790d52429e60ffbbabf0;hb=b0fa813d4e4de771dd4cbd606fe8dfbc2756c670;hp=c8977d4a340c38d8fde804d175cc96f8344529b1;hpb=b882aa5c51df9148419898efa28b4cefc06e1a65;p=mimedecode.git diff --git a/tox.ini b/tox.ini index c8977d4..48c6267 100644 --- a/tox.ini +++ b/tox.ini @@ -4,6 +4,7 @@ # and then run "tox" from this directory. [tox] +minversion = 2.0 envlist = py27, py33, py34, py35, py36, pypy [testenv] @@ -21,4 +22,4 @@ commands = {envpython} --version {envpython} -c "import struct; print(struct.calcsize('P') * 8)" ./test_all -#whitelist_externals = +passenv = HOME