blob: df6b5b9e1ad262ebd80e0a83b8e6810466679a89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[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
|