zuul-storage-proxy/tox.ini
Tobias Henkel bf54ed0b03
Initial import of zuul storage proxy
Change-Id: I75f3910095b669e502127b3870dba9616da0b3c8
2021-02-10 20:29:50 +01:00

19 lines
348 B
INI

[tox]
minversion = 1.6
skipsdist = True
envlist = linters
[testenv]
basepython = python3
install_command = pip install {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:linters]
commands = flake8 {posargs}
[flake8]
show-source = True
exclude = .venv*,.tox,dist,doc,build,*.egg,external