mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
14 lines
258 B
INI
14 lines
258 B
INI
[tox]
|
|
envlist = {3.6,3.7,3.8,3.9,3.10,3.11}
|
|
|
|
[testenv]
|
|
commands = make check
|
|
whitelist_externals = make
|
|
passenv = PG* PSYCOPG2_TEST*
|
|
basepython = python{envname}
|
|
|
|
[flake8]
|
|
max-line-length = 85
|
|
ignore = E128, W503, E741
|
|
exclude = build, doc, tests/dbapi20.py
|