X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=d9d8f5d0e7f6bfd1ee64ab82ae41be614e682d3c;hb=e70865021d74bdfbc70aac13ca2b81f6a8e34f4b;hp=aa6b3878487aab897ec42683141620e57d347f5b;hpb=6dffe39a733fb41e662d92124914398d16ed44d2;p=mimedecode.git diff --git a/tox.ini b/tox.ini index aa6b387..d9d8f5d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,12 +1,6 @@ -# Tox (http://tox.testrun.org/) is a tool for running tests -# in multiple virtualenvs. This configuration file will run the -# test suite on all supported python versions. To use it, "pip install tox" -# and then run "tox" from this directory. - [tox] -envlist = py27, py33, py34, py35, py36, pypy -skip_missing_interpreters=true -toxworkdir={homedir}/.tox/mimedecode +minversion = 2.0 +envlist = py{27,33,34,35,36,37},pypy [testenv] basepython = @@ -15,6 +9,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} deps = -rdevscripts/requirements/requirements_tests.txt @@ -23,4 +18,4 @@ commands = {envpython} --version {envpython} -c "import struct; print(struct.calcsize('P') * 8)" ./test_all -#whitelist_externals = +passenv = HOME