From e6a2b99cd865e90e8182d0c115ee3c47730ae175 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 8 Dec 2015 16:00:06 +0100 Subject: [PATCH] More janitoring --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 7453e216..bb2b217a 100644 --- a/tox.ini +++ b/tox.ini @@ -26,11 +26,13 @@ deps = zope.interface commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs docs/_build/html + sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html python -m doctest README.rst [testenv:manifest] deps = check-manifest +skip_install = true commands = check-manifest