Skip to content

Commit b6571fc

Browse files
committed
narrow down cov report to the module
1 parent dd352e9 commit b6571fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ install:
88
- pip install -r dev_requirements.txt --upgrade
99
- pip install coveralls
1010
script:
11-
- pytest --cov
11+
- pytest --cov flask_authz
1212
after_success:
1313
- coveralls

0 commit comments

Comments
 (0)