CI: move vermin check to tox config

This commit is contained in:
Baptiste Jonglez 2023-01-31 16:53:10 +01:00 committed by zorun
parent 56ace2946e
commit f933776fdc
2 changed files with 1 additions and 5 deletions

View file

@ -101,8 +101,3 @@ jobs:
- name: Run Lint & Docs
run: tox -e lint_docs
if: matrix.python-version == '3.11'
- name: Run vermin to check Python compat
run: |
python -m pip install vermin
vermin --no-tips --violations -t=3.6 .
if: matrix.python-version == '3.10'

View file

@ -20,6 +20,7 @@ commands =
black --check --target-version=py37 .
isort -c .
flake8 ihatemoney
vermin --no-tips --violations -t=3.7- .
sphinx-build -a -n -b html -d docs/_build/doctrees docs docs/_build/html
deps =
-e.[dev,doc]