psycopg2/tox.ini
2020-11-17 22:22:11 +02:00

12 lines
188 B
INI

[tox]
envlist = py{36,37,38,39}
[testenv]
commands = make check
whitelist_externals = make
[flake8]
max-line-length = 85
ignore = E128, W503, E741
exclude = build, doc, tests/dbapi20.py