Skip to content
Snippets Groups Projects
Commit c96f963c authored by ulif's avatar ulif
Browse files

Add coverage rules for travis CI.

parent 08366d35
Branches
Tags
No related merge requests found
......@@ -13,4 +13,5 @@ install:
- python setup.py dev
# command to run tests
script:
- python setup.py test
- coverage run setup.py test
- coverage report --include='diceware*' --fail-under=100
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment