From 40a61de570ec4c2547cfac15b586a657fbacc1d9 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Mon, 10 Apr 2017 11:10:16 +0100 Subject: [PATCH] [tox.in] doctests are now run as part of the same pytest command --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 78c42a34b..50130ca0e 100644 --- a/tox.ini +++ b/tox.ini @@ -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}