Validate minimum python version in tests
This commit is contained in:
parent
48a9b2d3dd
commit
a5d2533297
2 changed files with 4 additions and 0 deletions
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 a new issue