70035ce1f9
add .gitreview file for gerrit set up linters job update location of git repo and add basic contributing instructions Change-Id: I06f35574f42cfb6270a8b8e225555388d12fdad9 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
16 lines
229 B
INI
16 lines
229 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 git_os_job setup.py
|