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