https://github.com/GPflow/GPflow
Revision 6ab11a551b292a6986a77893441c4d78edb1056d authored by Artem Artemev on 17 June 2019, 16:33:39 UTC, committed by Artem Artemev on 17 June 2019, 16:33:39 UTC
1 parent b8ed833
Raw File
Tip revision: 6ab11a551b292a6986a77893441c4d78edb1056d authored by Artem Artemev on 17 June 2019, 16:33:39 UTC
CircleCI pip package upload
Tip revision: 6ab11a5
.coveragerc
[report]
omit = *tests*, setup.py
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