psycopg2/tox.ini
Edgar Ramírez Mondragón 0f1501d897 Build CPython 3.14 wheels
2025-10-09 19:13:48 +02:00

14 lines
261 B
INI

[tox]
envlist = {3.9,3.10,3.11,3.12,3.13,3.14}
[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