add venv environ to tox config

Change-Id: I9c2091ccac212e7bd8f5f6af571426dd10a1d18e
This commit is contained in:
Doug Hellmann 2014-01-03 11:54:02 -05:00
parent 3ba1256ff1
commit 472c11cea1
1 changed files with 3 additions and 0 deletions

View File

@ -15,3 +15,6 @@ commands = flake8 cliff docs/source/conf.py setup.py
[testenv:py26]
basepython=python2.6
[testenv:venv]
commands = {posargs}