Merge "Add venv testenv to tox.ini."

This commit is contained in:
Jenkins
2013-04-07 06:23:51 +00:00
committed by Gerrit Code Review

View File

@@ -13,6 +13,9 @@ commands = flake8
[testenv:sdist]
commands = python setup.py sdist {posargs}
[testenv:venv]
commands = {posargs}
[flake8]
ignore = E125
show-source = True