mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
12 lines
191 B
INI
12 lines
191 B
INI
[tox]
|
|
envlist = py{27,35,36,37,38}
|
|
|
|
[testenv]
|
|
commands = make check
|
|
whitelist_externals = make
|
|
|
|
[flake8]
|
|
max-line-length = 85
|
|
ignore = E128, W503, E741
|
|
exclude = build, doc, tests/dbapi20.py
|