Skip to content

Commit

Permalink
Add pytest coverage and coveralls :)
Browse files Browse the repository at this point in the history
  • Loading branch information
belovachap committed Jun 11, 2018
1 parent 3270074 commit 9a72348
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ install:
- pip install -r requirements-dev.txt
# command to run tests
script:
- pytest
- pytest --cov=pypeerassets
after_success:
- coveralls
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
coveralls
mypy
peercoin_rpc>=0.56
pytest
pytest-cov

0 comments on commit 9a72348

Please sign in to comment.