aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/codesearch/tox.ini
blob: 3d0305b65e12eab3dee810ad5424be3b42e5534b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox]
envlist = pep8, pylint
skipsdist = true
modules = create_config

[testenv]
basepython = python3
deps = -r{toxinidir}/test-requirements.txt

[testenv:pep8]
commands = flake8 --max-line-length 100

[testenv:pylint]
commands = pylint -f parseable {[tox]modules}