Add missing [testenv:venv] in tox.ini

Change-Id: I694497f68ba05bf1073b3b66d808c51d39d66812
This commit is contained in:
Emilien Macchi 2018-01-29 19:37:35 -08:00
parent 5e80d4fd08
commit 00df8e1adb
1 changed files with 3 additions and 0 deletions

View File

@ -64,3 +64,6 @@ commands =
--list-tasks \
-e "rolename={toxinidir}" \
{toxinidir}/tests/test.yml
[testenv:venv]
commands = {posargs}