From 9ad633a68e71b4769391d44371da4959b69ab778 Mon Sep 17 00:00:00 2001 From: Michael Foord <michael@voidspace.org.uk> Date: Tue, 3 Jan 2012 17:39:22 +0000 Subject: [PATCH] Update tox.ini to use new sphinx environment for every build --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 4df7c03..d5a5557 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- GitLab