mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
Validate minimum python version in tests
This commit is contained in:
parent
48a9b2d3dd
commit
a5d2533297
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -23,3 +23,6 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
pytest
|
pytest
|
||||||
|
- name: Validate minimum required version
|
||||||
|
run: |
|
||||||
|
vermin --target=3.6 --no-tips .
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
psycopg2-binary
|
psycopg2-binary
|
||||||
pytest
|
pytest
|
||||||
pytest-xdist[psutil]
|
pytest-xdist[psutil]
|
||||||
|
vermin
|
||||||
|
Loading…
Reference in New Issue
Block a user