Set PYTHONDONTWRITEBYTECODE=true on testing (refs: #3264)

This commit is contained in:
Takeshi KOMIYA 2016-12-24 22:23:49 +09:00
parent c7783e632f
commit 7ab20262ff

View File

@ -13,6 +13,7 @@ deps=
typing
setenv =
SPHINX_TEST_TEMPDIR = {envdir}/testbuild
PYTHONDONTWRITEBYTECODE = true
commands=
{envpython} -Wall tests/run.py -I py35 -m '^[tT]est' {posargs}
sphinx-build -q -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html