diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-19 10:26:58 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-19 10:29:41 -0500 |
| commit | e159fbdd05fc80fc359538030b619e5095570d10 (patch) | |
| tree | 5759e9a8f49415d950f7aef11c4e412b4f00e254 /tox.ini | |
| parent | c03f3000c82c6171fb798e4947a57a6b884fc03a (diff) | |
| download | python-coveragepy-git-nedbat/cog.tar.gz | |
temp: use checksummingnedbat/cog
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -64,8 +64,7 @@ deps = whitelist_externals = make commands = - make cmd_help - python -m cogapp -rP --verbosity=1 doc/*.rst + python -m cogapp -cP --check --verbosity=1 doc/*.rst doc8 -q --ignore-path 'doc/_*' doc CHANGES.rst README.rst sphinx-build -b html -aEnqW doc doc/_build/html rst2html.py --strict README.rst doc/_build/trash @@ -83,6 +82,9 @@ setenv = commands = python -m tabnanny {env:LINTABLE} python igor.py check_eol + python -m cogapp -cP --check --verbosity=1 doc/*.rst + python -m cogapp -cP --check --verbosity=1 .github/workflows/*.yml + doc8 -q --ignore-path 'doc/_*' doc CHANGES.rst README.rst # If 'build -q' becomes a thing (https://github.com/pypa/build/issues/188), # this can be simplifed: python igor.py quietly "python -m build" |
