https://github.com/GPflow/GPflow
Revision 4682722505be781a44718df105dec7c4b0758785 authored by Vincent Dutordoir on 14 August 2020, 09:53:16 UTC, committed by GitHub on 14 August 2020, 09:53:16 UTC
* Update to not use custom image

* Add test requirements
1 parent 79b1a0b
Raw File
Tip revision: 4682722505be781a44718df105dec7c4b0758785 authored by Vincent Dutordoir on 14 August 2020, 09:53:16 UTC
Update to not use custom image (#1545)
Tip revision: 4682722
.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