From: Jeremy Stanley Date: Mon, 16 Jul 2018 03:40:03 +0000 (+0000) Subject: Clean up tox.ini X-Git-Tag: 0.0.1~61 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=e8410fcb5b30a1b22b111016d2ea56d0e04e22a3 Clean up tox.ini Remove an unused testenv:venv definition from tox.ini, and clean up an unneeded ignore for .venv when running flake8. --- 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