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 50e7eb5 commit ec4ff37Copy full SHA for ec4ff37
.travis.yml
@@ -21,7 +21,7 @@ install:
21
22
# command to run tests, e.g. python setup.py test
23
script:
24
- - coverage run --source=diamond test.py
+ - coverage run --source=diamond,collectors test.py
25
- pep8 --config=.pep8 src bin/diamond bin/diamond-setup build_doc.py setup.py test.py
26
27
after_success:
0 commit comments