mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Set PYTHONDONTWRITEBYTECODE=true on testing (refs: #3264)
This commit is contained in:
parent
c7783e632f
commit
7ab20262ff
1
tox.ini
1
tox.ini
@ -13,6 +13,7 @@ deps=
|
|||||||
typing
|
typing
|
||||||
setenv =
|
setenv =
|
||||||
SPHINX_TEST_TEMPDIR = {envdir}/testbuild
|
SPHINX_TEST_TEMPDIR = {envdir}/testbuild
|
||||||
|
PYTHONDONTWRITEBYTECODE = true
|
||||||
commands=
|
commands=
|
||||||
{envpython} -Wall tests/run.py -I py35 -m '^[tT]est' {posargs}
|
{envpython} -Wall tests/run.py -I py35 -m '^[tT]est' {posargs}
|
||||||
sphinx-build -q -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
|
sphinx-build -q -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
|
||||||
|
Loading…
Reference in New Issue
Block a user