Clarify test command (refs: #3264)

This commit is contained in:
Takeshi KOMIYA
2016-12-24 23:51:30 +09:00
parent 7ab20262ff
commit 866da5a8d0

View File

@@ -15,7 +15,7 @@ setenv =
SPHINX_TEST_TEMPDIR = {envdir}/testbuild
PYTHONDONTWRITEBYTECODE = true
commands=
{envpython} -Wall tests/run.py -I py35 -m '^[tT]est' {posargs}
{envpython} -Wall tests/run.py --ignore-files=test_autodoc_py35 -m '^[tT]est' {posargs}
sphinx-build -q -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
[testenv:pypy]