From ff9ace52d84f2f4cfb0ccb5b0508dc432514ffc8 Mon Sep 17 00:00:00 2001 From: Marc CHEVALDONNE Date: Wed, 30 Nov 2022 22:26:52 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1b6ee5c..b12a073 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,8 +22,8 @@ steps: #- pip install nose #- pip install coverage #- pip install parameterized - - nosetests --with-coverage --cover-branches --cover-xml - #- nosetests connect4/test/*_ut.py --with-coverage --cover-branches --cover-xml + #- nosetests --with-coverage --cover-branches --cover-xml + - nosetests connect4/test/*_ut.py --with-coverage --cover-branches --cover-xml #- cat coverage.xml #- export #- env