mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-21 19:50:40 +00:00
[skip ci] cleanup python version in ci config
This commit is contained in:
parent
9b93219c60
commit
86832d640f
@ -1,4 +1,4 @@
|
||||
local PythonVersion(pyversion='3.5') = {
|
||||
local PythonVersion(pyversion='3.6') = {
|
||||
name: 'python' + std.strReplace(pyversion, '.', '') + '-pytest',
|
||||
image: 'python:' + pyversion,
|
||||
environment: {
|
||||
|
Loading…
Reference in New Issue
Block a user