summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 59106f4..8d8075f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -57,3 +57,7 @@ commands=pecan create testing123
[testenv:pep8]
deps = pep8
commands = pep8 --repeat --show-source pecan setup.py
+
+# Generic environment for running commands like packaging
+[testenv:venv]
+commands={posargs}