X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=tox.ini;h=05e10ac23f559432feadf83f72066fccc7258eb6;hp=dce2befcd81ddc34d20940536ee934cda55985ec;hb=e8410fcb5b30a1b22b111016d2ea56d0e04e22a3;hpb=058e9e90e5b7269f3b7a05c1bb1369423001c80a diff --git a/tox.ini b/tox.ini index dce2bef..05e10ac 100644 --- a/tox.ini +++ b/tox.ini @@ -43,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