summaryrefslogtreecommitdiff
path: root/tox.ini
blob: b05e11dd5ea27e2791e93ebbd87daeca323081fb (plain)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py{27,34,35,36,37,38}

[testenv]
commands = make check
whitelist_externals = make

[flake8]
max-line-length = 85
ignore = E128, W503, E741
exclude = build, doc, tests/dbapi20.py