diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-08-11 16:06:00 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-08-11 16:06:00 -0400 |
| commit | f2a778b3aa18de0bd43b1ba1a144d16faa53b8a2 (patch) | |
| tree | 6b78e22c1f5a2e827bba40a33bd642c1e7b38f63 /tox.ini | |
| parent | 1a27df4c768e5a183ddd0f890d139996ffc52778 (diff) | |
| download | python-coveragepy-git-f2a778b3aa18de0bd43b1ba1a144d16faa53b8a2.tar.gz | |
Improve doc tooling
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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} |
