diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-05 15:50:58 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-05 15:51:07 -0400 |
| commit | 7a84f2eebb986ad4ff812b2553ea0e00ba9c40df (patch) | |
| tree | 812bbf50a5f8f16d01651ed94604183e2cb1c91e /tox.ini | |
| parent | b4683d39a68c62db76b7f0dec43edf220a81cfd0 (diff) | |
| download | python-coveragepy-git-7a84f2eebb986ad4ff812b2553ea0e00ba9c40df.tar.gz | |
New cmd_help needs to be built for 'tox -e doc'
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -60,7 +60,10 @@ basepython = {env:COVERAGE_PYTHON} # return. deps = -r doc/requirements.pip +whitelist_externals = + make commands = + make cmd_help python doc/check_copied_from.py doc/*.rst doc8 -q --ignore-path 'doc/_*' doc CHANGES.rst README.rst sphinx-build -b html -aqE doc doc/_build/html |
