Clean up tox.ini
authorJeremy Stanley <fungi@yuggoth.org>
Mon, 16 Jul 2018 03:40:03 +0000 (03:40 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Mon, 16 Jul 2018 03:40:03 +0000 (03:40 +0000)
Remove an unused testenv:venv definition from tox.ini, and clean up
an unneeded ignore for .venv when running flake8.

tox.ini

diff --git a/tox.ini b/tox.ini
index dce2bef..05e10ac 100644 (file)
--- 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