1
1
mirror of https://github.com/psycopg/psycopg2.git synced 2025-03-02 07:20:33 +03:00
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