summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-12-27 11:27:33 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-12-27 11:27:33 -0500
commitcceadff1d3d33c046042b606d40e01f41e23ec5d (patch)
treebb7476edaf0bce6c4b67f288aa4ce5c21c95a0e8 /tox.ini
parent9b4c05dbc779a47c5b65e9a6ceebe032cf96b944 (diff)
downloadpython-coveragepy-git-cceadff1d3d33c046042b606d40e01f41e23ec5d.tar.gz
test: add phystokens.py to the mypy train
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 4 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index b83afe7d..97de9924 100644
--- a/tox.ini
+++ b/tox.ini
@@ -76,7 +76,7 @@ deps =
setenv =
{[testenv]setenv}
LINTABLE=coverage tests doc ci igor.py setup.py __main__.py
- TYPEABLE=coverage/files.py coverage/numbits.py
+ TYPEABLE=coverage/files.py coverage/numbits.py coverage/phystokens.py
commands =
python -m tabnanny {env:LINTABLE}
@@ -85,13 +85,13 @@ commands =
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
+ mypy {env:TYPEABLE}
+ python -m pylint --notes= {env:LINTABLE}
+ check-manifest --ignore 'doc/sample_html/*,.treerc'
# If 'build -q' becomes a thing (https://github.com/pypa/build/issues/188),
# this can be simplifed:
python igor.py quietly "python -m build"
twine check dist/*
- mypy {env:TYPEABLE}
- python -m pylint --notes= {env:LINTABLE}
- check-manifest --ignore 'doc/sample_html/*,.treerc'
[gh-actions]
# PYVERSIONS