add venv to tox.ini

Change-Id: I4e4959dd3c0d808deaea3ab45a31af73d97f40c7
This commit is contained in:
Doug Hellmann 2014-05-05 07:15:28 -07:00
parent 5f419178f8
commit c1bbf72f7c

View File

@ -11,6 +11,9 @@ usedevelop = True
commands =
python setup.py testr --slowest --testr-args='{posargs}'
[testenv:venv]
commands = {posargs}
[testenv:pep8]
# Install bounded pep8/pyflakes first, then let flake8 install
deps = pep8==1.4.5