https://github.com/GPflow/GPflow
Revision ca3b8546f70fc2c201bbc5a8c143fbcd3f3b30d3 authored by st-- on 20 April 2020, 07:43:57 UTC, committed by GitHub on 20 April 2020, 07:43:57 UTC
1 parent 3fc050d
Raw File
Tip revision: ca3b8546f70fc2c201bbc5a8c143fbcd3f3b30d3 authored by st-- on 20 April 2020, 07:43:57 UTC
add long_description and project_urls to setup.py (#1438)
Tip revision: ca3b854
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _repr_pretty_
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top