Add tox jobs
This change adds tox jobs that lint and test python code. Together with the job definition and configuration, this change adds some dummy directories and tests that should be replaced once the actual code for this repo is migrated. Change-Id: Iaa201562faf2dbee0647b3366d6d0c5ece0561d0
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
- project:
|
||||
check:
|
||||
jobs:
|
||||
- powertrain-build-tox
|
||||
- noop
|
||||
gate:
|
||||
jobs:
|
||||
- powertrain-build-tox
|
||||
- noop
|
||||
|
||||
5
zuul.d/tox.yaml
Normal file
5
zuul.d/tox.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
- job:
|
||||
name: powertrain-build-tox
|
||||
parent: tox
|
||||
vars:
|
||||
tox_envlist: flake8,pytest
|
||||
Reference in New Issue
Block a user