Skip to content

Commit 44dc3e1

Browse files
committed
Remove docs subdirectory from coverage, but keep docs/example
1 parent 8527375 commit 44dc3e1

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
@@ -22,7 +22,7 @@ script:
2222
# Install pygccxml
2323
- python setup.py install
2424
# Run the tests with coverage
25-
- coverage run --source=pygccxml,docs,unittests unittests/test_all.py
25+
- coverage run --source=pygccxml,docs/example,unittests unittests/test_all.py
2626

2727
after_success:
2828
# Send coverage result to https://coveralls.io/r/gccxml/pygccxml

0 commit comments

Comments
 (0)