mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 04:00: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',
|
name: 'python' + std.strReplace(pyversion, '.', '') + '-pytest',
|
||||||
image: 'python:' + pyversion,
|
image: 'python:' + pyversion,
|
||||||
environment: {
|
environment: {
|
||||||
|
Loading…
Reference in New Issue
Block a user