mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-30 09:59:53 +03:00
Update tox.ini
This commit is contained in:
parent
e1c46d9df9
commit
ada80345ab
8
tox.ini
8
tox.ini
|
@ -1,6 +1,14 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = {3.6,3.7,3.8,3.9,3.10}
|
envlist = {3.6,3.7,3.8,3.9,3.10}
|
||||||
|
|
||||||
|
[gh-actions]
|
||||||
|
python =
|
||||||
|
3.6: py36
|
||||||
|
3.7: py37
|
||||||
|
3.8: py38
|
||||||
|
3.9: py39
|
||||||
|
3.10: py310
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands = make check
|
commands = make check
|
||||||
whitelist_externals = make
|
whitelist_externals = make
|
||||||
|
|
Loading…
Reference in New Issue
Block a user