Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Jul 16, 2019
1 parent e1a8d58 commit 3bef4d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[run]

[report]
omit =
*/tests/*
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ install:
- python setup.py install

script:
- pytest -vs
- pytest -vs --cov=sami2py

after_success:
- coverage run
- coverage run tests
- coveralls

0 comments on commit 3bef4d2

Please sign in to comment.