blob: 3d0305b65e12eab3dee810ad5424be3b42e5534b [file] [log] [blame]
[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}