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 b1b988f commit 5cde68aCopy full SHA for 5cde68a
.coveragerc
@@ -0,0 +1,3 @@
1
+[report]
2
+omit =
3
+ */pep8.py/*
.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 . unittests/test_all.py
+ - coverage run unittests/test_all.py
26
27
after_success:
28
# Send coverage result to https://coveralls.io/r/gccxml/pygccxml
0 commit comments