Skip to content

Commit 6eca588

Browse files
committed
Only include our packages in coverage
1 parent 098c511 commit 6eca588

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
@@ -6,7 +6,7 @@ install:
66
- pip install pytest pytest-cov coveralls flake8
77
- pip install -e .[django]
88
script:
9-
- py.test --cov
9+
- py.test --cov=graphql
1010
- flake8
1111
after_success:
1212
- coveralls

0 commit comments

Comments
 (0)