Skip to content

Commit 533da13

Browse files
committed
FIX: omit files pattern fixed
1 parent d94a43b commit 533da13

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
@@ -38,7 +38,7 @@ install:
3838
# command to run tests
3939
script:
4040
- python setup.py build_ext --line_trace --inplace
41-
- coverage run --omit test*.py --rcfile=./.coveragerc PyFin/tests/testSuite.py
41+
- coverage run --omit *test*.py --rcfile=./.coveragerc PyFin/tests/testSuite.py
4242
- coverage report --rcfile=./.coveragerc -i
4343
- coverage html --rcfile=./.coveragerc -i
4444
after_success:

0 commit comments

Comments
 (0)