From 9560e127715bffc1f5745f7c7136bbd6077e7ce4 Mon Sep 17 00:00:00 2001 From: scompo Date: Thu, 31 Jan 2019 03:45:41 +0000 Subject: [PATCH] altro test step? --- scompo-ci.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/scompo-ci.json b/scompo-ci.json index 707669c..c43c1e0 100644 --- a/scompo-ci.json +++ b/scompo-ci.json @@ -6,5 +6,13 @@ "python --version", "python -m unittest -v" ] - }] + }, + { + "name": "test2", + "commands": [ + "python --version", + "python -m unittest -v" + ] + } + ] } -- 2.25.1