зеркало из https://github.com/mozilla/bugbot.git
Use Python 3.10 (#1326)
This commit is contained in:
Родитель
1ba0adc714
Коммит
a6157529c5
|
@ -33,9 +33,9 @@ tasks:
|
|||
workerType: ci
|
||||
payload:
|
||||
maxRunTime: 3600
|
||||
image: python:3.7
|
||||
image: python:3.10
|
||||
env:
|
||||
TOX_ENV: py37
|
||||
TOX_ENV: py310
|
||||
COVERALLS_REPO_TOKEN: VWnjgqWLHfmgSQMJPFdIRYIG5ontiAGl6
|
||||
command:
|
||||
- "/bin/bash"
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py37
|
||||
envlist = py310
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
|
|
Загрузка…
Ссылка в новой задаче