avoid py3 syntax module

This commit is contained in:
shimizukawa
2015-09-13 09:16:08 +09:00
parent b1889b029d
commit 5b7ce8d9c2
+1 -1
View File
@@ -9,7 +9,7 @@ deps=
setenv =
SPHINX_TEST_TEMPDIR = {envdir}/testbuild
commands=
{envpython} tests/run.py {posargs}
{envpython} tests/run.py -m '^[tT]est' {posargs}
sphinx-build -q -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html
[testenv:py26]