Switch to yoga unit jobs and add py39
Change-Id: If2665b63728eb5a800fcb025a642d0413f54157a
This commit is contained in:
parent
034d6e36c2
commit
c8dea9f6da
@ -1,6 +1,6 @@
|
||||
- project:
|
||||
templates:
|
||||
- charm-unit-jobs
|
||||
- charm-yoga-unit-jobs
|
||||
check:
|
||||
jobs:
|
||||
- bionic-queens
|
||||
|
5
tox.ini
5
tox.ini
@ -61,6 +61,11 @@ basepython = python3.8
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
|
||||
[testenv:py39]
|
||||
basepython = python3.9
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
|
||||
[testenv:py3]
|
||||
basepython = python3
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user