Skip to content

Commit f280e09

Browse files
committed
Add linting for minimal supported Python version
(DIS-1491)
1 parent 372ee9a commit f280e09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ basepython = python3
3838
deps =
3939
flake8
4040
flake8-black
41+
vermin
4142
commands =
4243
flake8 dissect setup.py
44+
vermin -t=3.9- --no-tips --lint dissect setup.py
4345

4446
[testenv:build]
4547
# Force the Python version here, so building will be done with the correct

0 commit comments

Comments
 (0)