aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/codesearch/tox.ini
blob: 42089bb9364d0b4058a48552dc0430adb4330d9f (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.8
deps = -r{toxinidir}/test-requirements.txt

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

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