We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b902693 commit f8d2358Copy full SHA for f8d2358
.travis.yml
@@ -31,7 +31,7 @@ script:
31
# Run the tests with coverage
32
- coverage run unittests/test_all.py
33
# Combine multiple .coverage files (we have multiple files because some scripts were run in a subprocess).
34
- - coverage combine
+ # - coverage combine
35
36
after_success:
37
# Send coverage result to https://coveralls.io/r/gccxml/pygccxml
0 commit comments