osc-summit-counter/tox.ini
Doug Hellmann 2cb65021cd import into opendev infra
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>
2018-12-17 10:20:04 -05:00

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