mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
CI: check compatibility with Python 3.6 using vermin
This commit is contained in:
parent
0c8b8e9374
commit
7cb43f58c0
2 changed files with 6 additions and 0 deletions
5
.github/workflows/test-docs.yml
vendored
5
.github/workflows/test-docs.yml
vendored
|
@ -96,3 +96,8 @@ jobs:
|
|||
- name: Run Lint & Docs
|
||||
run: tox -e lint_docs
|
||||
if: matrix.python-version == '3.8'
|
||||
- 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'
|
||||
|
|
|
@ -57,6 +57,7 @@ dev =
|
|||
pytest>=6.2.5
|
||||
tox>=3.14.6
|
||||
zest.releaser>=6.20.1
|
||||
vermin
|
||||
|
||||
doc =
|
||||
Sphinx==4.3.2
|
||||
|
|
Loading…
Reference in a new issue