Add 'venv' environment to tox.ini

Gate jobs are failing without it.

Change-Id: I8390fb0e49ea297cd687dd51d996f0fd1dd1f9fd
This commit is contained in:
Imre Farkas 2015-11-05 14:54:30 +01:00
parent af8fe8579b
commit dc85838401
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ commands =
coverage run --branch --source dracclient --omit "dracclient/tests*" -m unittest discover dracclient.tests
coverage report -m --fail-under 90
[testenv:venv]
commands = {posargs}
[testenv:pep8]
basepython = python2.7
commands =