mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
61e644049f
Python 3.7 was released on June 27, 2018. https://docs.python.org/3/whatsnew/3.7.html
12 lines
204 B
INI
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
|