Skip to content

Commit

Permalink
Add coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskuster committed Jan 27, 2020
1 parent b59b2e5 commit 87ee3b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ python:
install:
- pip install -r requirements.txt
script:
- python3 testing.py
- python3 testing.py
- coverage run testing.py
after_success:
- coveralls
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
coverage
coveralls

0 comments on commit 87ee3b2

Please sign in to comment.