X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=8c2e8454d26181e85754473055426854756a41da;hb=1780bc79e81540266fcef0a2e64615a266abd339;hp=c8977d4a340c38d8fde804d175cc96f8344529b1;hpb=b882aa5c51df9148419898efa28b4cefc06e1a65;p=mimedecode.git diff --git a/tox.ini b/tox.ini index c8977d4..8c2e845 100644 --- a/tox.ini +++ b/tox.ini @@ -1,18 +1,15 @@ -# 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 +minversion = 2.0 +envlist = py27,py3{4,5,6,7,8},pypy [testenv] basepython = py27: {env:TOXPYTHON:python2.7} - py33: {env:TOXPYTHON:python3.3} py34: {env:TOXPYTHON:python3.4} py35: {env:TOXPYTHON:python3.5} py36: {env:TOXPYTHON:python3.6} + py37: {env:TOXPYTHON:python3.7} + py38: {env:TOXPYTHON:python3.8} pypy: {env:TOXPYTHON:pypy} deps = -rdevscripts/requirements/requirements_tests.txt @@ -21,4 +18,4 @@ commands = {envpython} --version {envpython} -c "import struct; print(struct.calcsize('P') * 8)" ./test_all -#whitelist_externals = +passenv = HOME