summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-08-11 16:06:00 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-08-11 16:06:00 -0400
commitf2a778b3aa18de0bd43b1ba1a144d16faa53b8a2 (patch)
tree6b78e22c1f5a2e827bba40a33bd642c1e7b38f63 /tox.ini
parent1a27df4c768e5a183ddd0f890d139996ffc52778 (diff)
downloadpython-coveragepy-git-f2a778b3aa18de0bd43b1ba1a144d16faa53b8a2.tar.gz
Improve doc tooling
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 6f539a10..33e3309a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -61,9 +61,10 @@ commands =
[testenv:lint]
deps =
-r requirements/dev.pip
+ -r doc/requirements.pip
setenv =
- LINTABLE = coverage tests igor.py setup.py __main__.py
+ LINTABLE = coverage tests doc igor.py setup.py __main__.py
commands =
python -m tabnanny {env:LINTABLE}