summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-10-27 09:55:12 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-10-27 09:55:12 -0400
commit59735f374dd0085e54eed110c4979a1bff2ed53e (patch)
treebda7d2112d8f1a94cfbd13fb3d33108bb79ceb94 /tox.ini
parent932c91db97fe8a93ce54f4f4e04e2fd1e28b2275 (diff)
parent2c970db6066919e1120dfadc259cf7f433290445 (diff)
downloadpytest-runner-59735f374dd0085e54eed110c4979a1bff2ed53e.tar.gz
Merge branch 'master' into feature/drop-py26
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