From: scompo Date: Thu, 31 Jan 2019 02:00:11 +0000 (+0000) Subject: Aggiornare 'scompo-ci.json' X-Git-Url: https://git.scompo.it/?a=commitdiff_plain;h=926ab408682216a38ce3963b7593f86a13a4e1f5;p=money.git Aggiornare 'scompo-ci.json' --- diff --git a/scompo-ci.json b/scompo-ci.json index 87e2a4c..707669c 100644 --- a/scompo-ci.json +++ b/scompo-ci.json @@ -3,7 +3,8 @@ "steps": [{ "name": "test", "commands": [ - "python3 -m unittest -v" + "python --version", + "python -m unittest -v" ] }] }