summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-10-27 09:34:17 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-10-27 09:34:17 -0400
commita4af89a7ecf387bd57f9372832aedd4952bc8cfd (patch)
tree77948903ef2bd0ff233a76c9a61c48951dfdf86d /setup.py
parente5ccb8ed654beba6e22d90197097f446899f08bf (diff)
parent34958ccc94b8c473ebf8adcdc35b82b6023d8702 (diff)
downloadpytest-runner-a4af89a7ecf387bd57f9372832aedd4952bc8cfd.tar.gz
Merge https://github.com/jaraco/skeleton
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 1e95a0e..8ef7332 100644
--- a/setup.py
+++ b/setup.py
@@ -37,6 +37,7 @@ params = dict(
'testing': [
'pytest>=2.8',
'pytest-sugar',
+ 'collective.checkdocs',
'pytest-virtualenv',
],
'testing:python_version=="2.6"': [