summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-09-13 04:24:11 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-09-13 04:24:11 -0400
commit88d315ae9adab430bd36722da8c6ab74c2e79cf0 (patch)
treeaa2eca265eba8fc85c4b822240208b448b7d5ed3 /setup.py
parent250cb960021233160e78a6f2c2780cfc1c964b9c (diff)
downloadpytest-runner-88d315ae9adab430bd36722da8c6ab74c2e79cf0.tar.gz
Check the docs during tests
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 72d901c..75f2371 100644
--- a/setup.py
+++ b/setup.py
@@ -38,6 +38,7 @@ params = dict(
'testing': [
'pytest>=2.8',
'pytest-sugar',
+ 'collective.checkdocs',
],
'docs': [
'sphinx',