projects
/
mudpy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
058e9e9
)
Clean up tox.ini
author
Jeremy Stanley
<fungi@yuggoth.org>
Mon, 16 Jul 2018 03:40:03 +0000
(
03:40
+0000)
committer
Jeremy 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
patch
|
blob
|
history
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