From 66264d169659988e91c17ccc4b01afb2903b5450 Mon Sep 17 00:00:00 2001 From: hanhxiao Date: Fri, 26 Jul 2019 10:28:00 +0800 Subject: [PATCH] ci(unittest): run test in verbose mode --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a321fff2..08e96aab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,7 +43,7 @@ steps: - pip uninstall -y torchvision - pip install https://download.pytorch.org/whl/cu100/torchvision-0.3.0-cp36-cp36m-linux_x86_64.whl - "python -c 'import torchvision'" - - python -m unittest tests/*.py + - python -m unittest tests/*.py -v - name: notify the sucess on wechat work