This commit is contained in:
Marco Castelluccio 2023-04-29 06:50:49 +02:00 коммит произвёл GitHub
Родитель 1ba0adc714
Коммит a6157529c5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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"

Просмотреть файл

@ -1,5 +1,5 @@
[tox]
envlist = py37
envlist = py310
skipsdist = True
[testenv]