Skip to content

Commit

Permalink
Add code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhshri committed Jun 4, 2018
1 parent 8ce9d7c commit 36d849b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
sudo: false

language: python

python:
- 3.6

install:
- pip install -r requirements.txt
- pip install codecov

script:
- coverage run -m unittest discover

after_success:
- codecov

0 comments on commit 36d849b

Please sign in to comment.