blob: 3d0305b65e12eab3dee810ad5424be3b42e5534b [file] [log] [blame]
Pawel Wieczorek9ee12582020-01-07 15:26:52 +01001[tox]
2envlist = pep8, pylint
3skipsdist = true
4modules = create_config
5
6[testenv]
7basepython = python3
8deps = -r{toxinidir}/test-requirements.txt
9
10[testenv:pep8]
11commands = flake8 --max-line-length 100
12
13[testenv:pylint]
14commands = pylint -f parseable {[tox]modules}