[skip ci] cleanup python version in ci config

This commit is contained in:
Robert Kaussow 2020-12-28 18:09:40 +01:00
parent 9b93219c60
commit 86832d640f
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
local PythonVersion(pyversion='3.5') = {
local PythonVersion(pyversion='3.6') = {
name: 'python' + std.strReplace(pyversion, '.', '') + '-pytest',
image: 'python:' + pyversion,
environment: {