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 bf5163c..e78ee7d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,3 +15,6 @@ commands = flake8 cliff docs/source/conf.py setup.py
[testenv:py26]
basepython=python2.6
+
+[testenv:venv]
+commands = {posargs}