tox: Allow passing arguments from tox to pytest

This commit is contained in:
Jerome Leclanche 2018-03-04 10:03:57 +02:00
parent d2c73c4882
commit 31409bc83d

View File

@ -11,5 +11,5 @@ commands =
{envpython} setup.py clean
{envpython} setup.py build_ext --inplace
{envpython} selftest.py
{envpython} -m pytest -qq
{envpython} -m pytest -qq {posargs}
deps = pytest