Files
kayobe-config-dev/tox.ini
Pierre Riteau 0a5c2b42cf tox: Remove basepython
This follows a similar change in Kayobe [1].

[1] https://review.opendev.org/c/openstack/kayobe/+/947726

Change-Id: I661694cf9a49fd471fc83e0b5b1c0eedc3ab7767
2025-05-09 16:15:50 +02:00

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