Skip to content

Commit 13a46a6

Browse files
committed
Another attempt to exclude test files
1 parent 55d1aeb commit 13a46a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
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 --omit=*/test/* --source=simplepeg setup.py test
10+
coverage run --omit=*/tests/* --source=simplepeg setup.py test
1111
after_success:
1212
coveralls

0 commit comments

Comments
 (0)