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': [
'pytest>=2.8',
'pytest-sugar',
'collective.checkdocs',
],
'docs': [
'sphinx',

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

Loading…
Cancel
Save