psycopg2/tox.ini

12 lines
194 B
INI
Raw Normal View History

[tox]
envlist = py{27,34,35,36,37,38}
[testenv]
commands = make check
whitelist_externals = make
2016-10-11 02:10:53 +03:00
[flake8]
max-line-length = 85
2018-10-23 02:39:14 +03:00
ignore = E128, W503, E741
exclude = build, doc, tests/dbapi20.py