jeepyb/.zuul.yaml
Clark Boylan c7f4d61b82 Switch from tox to nox
Recent tox releases have put us on a config treadmill. Avoid these
issues entirely by using nox. Nox is a tox alternative that uses
standard tools like pip and should be simpler to use for us.

Change-Id: Ifce288808f535b5ee071dddc597ef54a6d3d03bb
Depends-On: https://review.opendev.org/883664
2023-05-19 17:15:47 +00:00

10 lines
178 B
YAML

- project:
check:
jobs:
- gerritlib-jeepyb-integration
- nox-linters
gate:
jobs:
- gerritlib-jeepyb-integration
- nox-linters