Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
matijakolaric committed Nov 11, 2019
1 parent 12288d3 commit 8884e67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ python:
install:
- pip install -r requirements.txt
script:
- coverage run -m unittest discover
- coverage run -m unittest discover
after_success:
- coveralls

0 comments on commit 8884e67

Please sign in to comment.