diff --git a/osci.yaml b/osci.yaml index 1713f49..12d7f88 100644 --- a/osci.yaml +++ b/osci.yaml @@ -1,6 +1,6 @@ - project: templates: - - charm-unit-jobs + - charm-yoga-unit-jobs check: jobs: - bionic-train_ceph-rbd-mirror @@ -27,10 +27,9 @@ parent: bionic-train dependencies: - osci-lint - - tox-py35 - tox-py36 - - tox-py37 - tox-py38 + - tox-py39 - job: name: bionic-queens_ceph-rbd-mirror parent: bionic-queens diff --git a/tox.ini b/tox.ini index 22159df..faf6092 100644 --- a/tox.ini +++ b/tox.ini @@ -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