From 223c39f77e437ce06a2bd921ff04e9999293a451 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 17 Jan 2017 22:14:16 +0000 Subject: [PATCH] [tox] also run `pytest --pyargs fontTools` for embedded doctests --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 50130ca0e..78c42a34b 100644 --- a/tox.ini +++ b/tox.ini @@ -21,6 +21,8 @@ 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}