
This follows a similar change in Kayobe [1]. [1] https://review.opendev.org/c/openstack/kayobe/+/947726 Change-Id: I661694cf9a49fd471fc83e0b5b1c0eedc3ab7767
15 lines
299 B
INI
15 lines
299 B
INI
[tox]
|
|
minversion = 2.0
|
|
envlist = pep8
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
install_command = pip install {opts} {packages}
|
|
deps =
|
|
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
|
-r{toxinidir}/test-requirements.txt
|
|
|
|
[testenv:pep8]
|
|
commands =
|
|
yamllint etc/kayobe
|