2cb65021cd
add .gitreview file for gerrit add zuul config for linters job add tox file for linters job ignore .tox directory fix pep8 issues Change-Id: Iaf140a8eccdcdb4a5d64a2cf8b7836ad900496c1 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
16 lines
224 B
INI
16 lines
224 B
INI
[tox]
|
|
envlist = py36,linters
|
|
|
|
[testenv]
|
|
setenv =
|
|
VIRTUAL_ENV={envdir}
|
|
LANG=en_US.UTF-8
|
|
LANGUAGE=en_US:en
|
|
LC_ALL=C
|
|
|
|
commands = echo "no tests"
|
|
|
|
[testenv:linters]
|
|
deps = flake8
|
|
commands = flake8 summit_counter
|