summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 87f00fa..2a510d8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,6 +13,9 @@ commands =
black -v -l79 --check {toxinidir}
flake8 {posargs}
+[testenv:venv]
+commands = {posargs}
+
[flake8]
# E123, E125 skipped as they are invalid PEP-8.