Check the docs during tests

master
Jason R. Coombs 7 years ago
parent 250cb96002
commit 88d315ae9a
  1. 1
      setup.py
  2. 4
      tox.ini

@ -38,6 +38,7 @@ params = dict(
'testing': [ 'testing': [
'pytest>=2.8', 'pytest>=2.8',
'pytest-sugar', 'pytest-sugar',
'collective.checkdocs',
], ],
'docs': [ 'docs': [
'sphinx', 'sphinx',

@ -2,6 +2,8 @@
minversion = 2.4 minversion = 2.4
[testenv] [testenv]
commands = py.test {posargs} commands =
py.test {posargs}
python setup.py checkdocs
usedevelop = True usedevelop = True
extras = testing extras = testing

Loading…
Cancel
Save