From 472c11cea15417a98a9f28828e78f4b95100aae6 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 3 Jan 2014 11:54:02 -0500 Subject: [PATCH] add venv environ to tox config Change-Id: I9c2091ccac212e7bd8f5f6af571426dd10a1d18e --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index bf5163c7..e78ee7d6 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}