
The entrypoint will make it easier to install powertrain-build to an isolated venv without having to call python -m powertrain_build. Change-Id: I3850c97d17707f9bc03640bd1d997508637d97ba
7 lines
138 B
YAML
7 lines
138 B
YAML
- job:
|
|
name: powertrain-build-tox
|
|
parent: tox-cover
|
|
vars:
|
|
tox_envlist: flake8,pytest,functest
|
|
nodeset: ubuntu-jammy
|