psycopg2/tox.ini
Daniele Varrazzo 373a7877ba Update GitHub Actions to something similar to psycopg3
Drop Travis workflow.
2021-05-22 16:35:58 +02:00

13 lines
227 B
INI

[tox]
envlist = {2.7,3.5,3.6,3.7,3.8,3.9}
[testenv]
commands = make check
whitelist_externals = make
passenv = PG* PSYCOPG2_TEST*
[flake8]
max-line-length = 85
ignore = E128, W503, E741
exclude = build, doc, tests/dbapi20.py