diff --git a/tox.ini b/tox.ini index 6c2e08b..1bf8d8c 100644 --- a/tox.ini +++ b/tox.ini @@ -23,9 +23,7 @@ commands = pytest --cov sigal --cov-report term tests/ skip_install = true deps = check-manifest - collective.checkdocs commands = - python setup.py check --restructuredtext check-manifest -v --ignore sigal/version.py,*.yml,*.yaml,.git-blame-ignore-revs {toxinidir} [testenv:doc]