Switch to yoga unit jobs and add py39

Change-Id: I48d35bbca451e5b023f59e6e27acee2373d94578
This commit is contained in:
Corey Bryant 2021-11-17 14:25:39 -05:00
parent 504091badb
commit 57f68ef3ab
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
- project:
templates:
- charm-unit-jobs
- charm-yoga-unit-jobs
check:
jobs:
- focal

View File

@ -75,6 +75,11 @@ basepython = python3.8
deps = -r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}
[testenv:py39]
basepython = python3.9
deps = -r{toxinidir}/test-requirements.txt
commands = stestr run --slowest {posargs}
[testenv:pep8]
basepython = python3
deps = flake8==3.9.2