Skip to content

Commit 4fdadd0

Browse files
committed
Add linting for minimal supported Python version
(DIS-1491)
1 parent 6d6e07e commit 4fdadd0

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
@@ -39,8 +39,10 @@ basepython = python3
3939
deps =
4040
flake8
4141
flake8-black
42+
vermin
4243
commands =
4344
flake8 acquire tests setup.py
45+
vermin -t=3.9- --no-tips --lint acquire tests setup.py
4446

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

0 commit comments

Comments
 (0)