git-os-job/tox.ini
Doug Hellmann 70035ce1f9 complete import into opendev infrastructure
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>
2018-12-14 10:00:30 -05:00

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