X-Git-Url: https://mudpy.org/gitweb?a=blobdiff_plain;f=tox.ini;h=05e10ac23f559432feadf83f72066fccc7258eb6;hb=3013bbd5c13d29b01462c90566f13ce4476a6f9a;hp=559af511eefad5d66c19e8e7a2458c206dc48f99;hpb=7730fe9fe5d0eec0439f384d7e54522d036dfcfb;p=mudpy.git diff --git a/tox.ini b/tox.ini index 559af51..05e10ac 100644 --- a/tox.ini +++ b/tox.ini @@ -3,9 +3,10 @@ # terms provided in the LICENSE file distributed with this software. [tox] -minversion = 2.0 +minversion = 3.1 envlist = dist, docs, flake8, yamllint, selftest_config, py3 skipsdist = True +ignore_basepython_conflict = True [testenv] basepython = python3 @@ -42,9 +43,6 @@ commands = mudpy_selftest etc/mudpy.yaml [testenv:yamllint] commands = yamllint {posargs} . -[testenv:venv] -commands = {posargs} - [flake8] show-source = True -exclude=.venv,.git,.tox,*lib/python*,*egg,build +exclude=.git,.tox,*lib/python*,*egg,build