Skip to content

Commit

Permalink
Add linting for minimal supported Python version
Browse files Browse the repository at this point in the history
(DIS-1491)
  • Loading branch information
pyrco committed Nov 8, 2022
1 parent 14c2bdd commit 147cdf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ basepython = python3
deps =
flake8
flake8-black
vermin
commands =
flake8 dissect tests setup.py
vermin -t=3.9- --no-tips --lint dissect tests setup.py

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

0 comments on commit 147cdf0

Please sign in to comment.