https://github.com/GPflow/GPflow
Revision 804ad81d45043337f934a02ecf2cc197c94659de authored by Artem Artemev on 15 August 2017, 23:31:20 UTC, committed by Artem Artemev on 17 August 2017, 08:32:46 UTC
1 parent 405120a
Raw File
Tip revision: 804ad81d45043337f934a02ecf2cc197c94659de authored by Artem Artemev on 15 August 2017, 23:31:20 UTC
Travis configuration. Only one test file.
Tip revision: 804ad81
.coveragerc
[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top