From e8410fcb5b30a1b22b111016d2ea56d0e04e22a3 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 16 Jul 2018 03:40:03 +0000 Subject: [PATCH] Clean up tox.ini Remove an unused testenv:venv definition from tox.ini, and clean up an unneeded ignore for .venv when running flake8. --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.11.0