Skip to content
Snippets Groups Projects
Commit 9ad633a6 authored by Michael Foord's avatar Michael Foord
Browse files

Update tox.ini to use new sphinx environment for every build

parent 37eb5ccb
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@ commands={envbindir}/unit2 discover []
[testenv:py26]
commands=
{envbindir}/unit2 discover []
{envbindir}/sphinx-build -b doctest docs html
{envbindir}/sphinx-build docs html
{envbindir}/sphinx-build -E -b doctest docs html
{envbindir}/sphinx-build -E docs html
deps =
unittest2
sphinx
......@@ -17,7 +17,7 @@ deps =
[testenv:py27]
commands=
{envbindir}/unit2 discover []
{envbindir}/sphinx-build -b doctest docs html
{envbindir}/sphinx-build -E -b doctest docs html
deps =
unittest2
sphinx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment