psycopg2/tox.ini
2018-10-23 00:39:14 +01:00

12 lines
201 B
INI

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