[tox.in] doctests are now run as part of the same pytest command

This commit is contained in:
Cosimo Lupo 2017-04-10 11:10:16 +01:00
parent 232390ce5e
commit 40a61de570
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419

View File

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