Check the docs during tests

This commit is contained in:
Jason R. Coombs
2017-09-13 04:24:11 -04:00
parent 250cb96002
commit 88d315ae9a
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -2,6 +2,8 @@
minversion = 2.4
[testenv]
commands = py.test {posargs}
commands =
py.test {posargs}
python setup.py checkdocs
usedevelop = True
extras = testing