diff options
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" |