Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaaaanquish committed Oct 29, 2019
1 parent ad10c50 commit 80578ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ script:
- diffs=$(yapf -dr --style=yapf.ini ./thunderbolt)
- if [ -n "$diffs" ]; then exit 1; fi
- python setup.py install
- cd test
- python -m unittest discover -s ./
- python -m unittest discover -s ./test/
deploy:
on:
tags: true
Expand Down

0 comments on commit 80578ae

Please sign in to comment.