Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
ci(unittest): run test in verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Jul 26, 2019
1 parent 83276f9 commit 66264d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66264d1

Please sign in to comment.