summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
parente5ccb8ed654beba6e22d90197097f446899f08bf (diff)
parent34958ccc94b8c473ebf8adcdc35b82b6023d8702 (diff)
downloadpytest-runner-a4af89a7ecf387bd57f9372832aedd4952bc8cfd.tar.gz
Merge https://github.com/jaraco/skeleton
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1ae06ef..16bf78a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,8 @@
minversion = 2.4
[testenv]
-commands = py.test {posargs}
+commands =
+ py.test {posargs}
+ python setup.py checkdocs
usedevelop = True
extras = testing