tox: Pass posargs to docs

This allows us to do something like the following:

  tox -e docs -- -b man

Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
Stephen Finucane 2017-10-03 10:25:10 +01:00
parent 40c8f661ef
commit e023c296e8

View File

@ -77,4 +77,4 @@ commands=
[testenv:docs] [testenv:docs]
commands= commands=
python setup.py build_sphinx python setup.py build_sphinx {posargs}