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