X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=tox.ini;h=ba19edc76eb2dbd3f77461bff650587f9555f8be;hb=32be55fbe6bfd0ae85ef1ff1b4ddf449497c39df;hp=48c62674c48338851a3d790d52429e60ffbbabf0;hpb=2efd81f8b9df48451da24b578e0c3b2dffe53c97;p=mimedecode.git diff --git a/tox.ini b/tox.ini index 48c6267..ba19edc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,20 +1,8 @@ -# 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] minversion = 2.0 -envlist = py27, py33, py34, py35, py36, pypy +envlist = py27,py3{4,5,6,7,8,9,10,11},pypy,pypy3 [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} - pypy: {env:TOXPYTHON:pypy} deps = -rdevscripts/requirements/requirements_tests.txt changedir = test