Skip to content

Commit

Permalink
avoid py3 syntax module
Browse files Browse the repository at this point in the history
  • Loading branch information
shimizukawa committed Sep 13, 2015
1 parent b1889b0 commit 5b7ce8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -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]
Expand Down

0 comments on commit 5b7ce8d

Please sign in to comment.