[tox.in] doctests are now run as part of the same pytest command
This commit is contained in:
parent
232390ce5e
commit
40a61de570
2
tox.ini
2
tox.ini
@ -21,8 +21,6 @@ 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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user