mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
CI: move vermin check to tox config
This commit is contained in:
parent
56ace2946e
commit
f933776fdc
2 changed files with 1 additions and 5 deletions
5
.github/workflows/test-docs.yml
vendored
5
.github/workflows/test-docs.yml
vendored
|
@ -101,8 +101,3 @@ jobs:
|
||||||
- name: Run Lint & Docs
|
- name: Run Lint & Docs
|
||||||
run: tox -e lint_docs
|
run: tox -e lint_docs
|
||||||
if: matrix.python-version == '3.11'
|
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'
|
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -20,6 +20,7 @@ commands =
|
||||||
black --check --target-version=py37 .
|
black --check --target-version=py37 .
|
||||||
isort -c .
|
isort -c .
|
||||||
flake8 ihatemoney
|
flake8 ihatemoney
|
||||||
|
vermin --no-tips --violations -t=3.7- .
|
||||||
sphinx-build -a -n -b html -d docs/_build/doctrees docs docs/_build/html
|
sphinx-build -a -n -b html -d docs/_build/doctrees docs docs/_build/html
|
||||||
deps =
|
deps =
|
||||||
-e.[dev,doc]
|
-e.[dev,doc]
|
||||||
|
|
Loading…
Reference in a new issue