We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b4794 commit e285ff2Copy full SHA for e285ff2
test-requirements.txt
@@ -6,3 +6,4 @@ flake8
6
pretend
7
docker
8
pyelftools
9
+mypy
tox.ini
@@ -10,6 +10,7 @@ commands = pytest --doctest-modules auditwheel tests []
10
11
[testenv:lint]
12
commands = flake8 auditwheel
13
+ mypy auditwheel
14
15
[testenv:cov]
16
commands = python -m pytest tests/unit --cov=auditwheel --cov-report=term-missing
0 commit comments