[tox] also run pytest --pyargs fontTools for embedded doctests

This commit is contained in:
Cosimo Lupo 2017-01-17 22:14:16 +00:00
parent 084ee0750a
commit 223c39f77e
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

View File

@ -21,6 +21,8 @@ commands =
# them into Lib/fontTools. # them into Lib/fontTools.
cov: coverage run --parallel-mode -m pytest {posargs} cov: coverage run --parallel-mode -m pytest {posargs}
nocov: pytest {posargs} nocov: pytest {posargs}
# run the embedded doctests
pytest -q --pyargs fontTools
[testenv:htmlcov] [testenv:htmlcov]
basepython = {env:TOXPYTHON:python3.5} basepython = {env:TOXPYTHON:python3.5}