psycopg2/tox.ini
2018-07-12 18:07:25 -07:00

12 lines
204 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
exclude = build, doc, sandbox, examples, tests/dbapi20.py