summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 74faa1a545eebad9616cbd40b76e88c8cee1ae0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = {3.6,3.7,3.8,3.9}

[testenv]
commands = make check
whitelist_externals = make
passenv = PG* PSYCOPG2_TEST*

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