https://github.com/GPflow/GPflow
Revision 2a4d09a99a135fc06eb17401dd5bc5678a2ad2b1 authored by Artem Artemev on 01 May 2019, 21:10:46 UTC, committed by Artem Artemev on 01 May 2019, 21:10:46 UTC
1 parent 0b416af
Raw File
Tip revision: 2a4d09a99a135fc06eb17401dd5bc5678a2ad2b1 authored by Artem Artemev on 01 May 2019, 21:10:46 UTC
Add .circleci images and config
Tip revision: 2a4d09a
.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