Allow passing command line arguments to pytest via tox.

This commit is contained in:
Pavel Minaev 2018-11-17 01:48:27 -08:00 committed by Pavel Minaev
parent ae711d26b6
commit 4c4a255056

View file

@ -4,4 +4,4 @@ envlist=py27,py34,py35,py36,py37
[testenv]
changedir=pytests
deps=-rtest_requirements.txt
commands=pytest
commands=pytest -vv {posargs:}