Skip to content

Commit 55d1aeb

Browse files
committed
trying to exclude tests from coverage
1 parent 6c0bd80 commit 55d1aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ install:
77
- pip install coveralls
88
# command to run tests
99
script:
10-
coverage run --source=simplepeg setup.py test
10+
coverage run --omit=*/test/* --source=simplepeg setup.py test
1111
after_success:
1212
coveralls

0 commit comments

Comments
 (0)