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 8527375 commit 44dc3e1Copy full SHA for 44dc3e1
.travis.yml
@@ -22,7 +22,7 @@ script:
22
# Install pygccxml
23
- python setup.py install
24
# Run the tests with coverage
25
- - coverage run --source=pygccxml,docs,unittests unittests/test_all.py
+ - coverage run --source=pygccxml,docs/example,unittests unittests/test_all.py
26
27
after_success:
28
# Send coverage result to https://coveralls.io/r/gccxml/pygccxml
0 commit comments