mirror of
https://github.com/ihabunek/toot
synced 2024-12-22 07:01:46 +01: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
|
||||
run: |
|
||||
pytest
|
||||
- name: Validate minimum required version
|
||||
run: |
|
||||
vermin --target=3.6 --no-tips .
|
||||
|
@ -1,3 +1,4 @@
|
||||
psycopg2-binary
|
||||
pytest
|
||||
pytest-xdist[psutil]
|
||||
vermin
|
||||
|
Loading…
Reference in New Issue
Block a user