Add venv with posargs

Change-Id: I41fc1c37b4776e63b46aa538a4d69f9ebc707d17
This commit is contained in:
Artur Zarzycki 2016-10-07 13:07:42 +02:00
parent 62a4e49f84
commit 0ab6acd4d7
1 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,6 @@ deps =
changedir={toxinidir}/tests
commands =
py.test -vv {posargs}
[testenv:venv]
commands = {posargs}