Skip to content

Commit 104a877

Browse files
committed
Fix .travis.yml for codecov
1 parent 3e914a4 commit 104a877

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
@@ -16,7 +16,7 @@ install:
1616

1717
# script
1818
script:
19-
- py.test --cov
19+
- py.test --cov=sqliteondbf test
2020

2121
after_success:
2222
- codecov

0 commit comments

Comments
 (0)