summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2014-01-03 11:54:02 -0500
committerDoug Hellmann <doug.hellmann@dreamhost.com>2014-01-03 11:54:02 -0500
commit472c11cea15417a98a9f28828e78f4b95100aae6 (patch)
treec22889752826f5f6eaa3ebe38ab683c14476cb9c
parent3ba1256ff119c57bf93ee848e8a050acb23cbe7c (diff)
downloadcliff-472c11cea15417a98a9f28828e78f4b95100aae6.tar.gz
add venv environ to tox config1.5.1
Change-Id: I9c2091ccac212e7bd8f5f6af571426dd10a1d18e
-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}