https://github.com/GPflow/GPflow
Revision 4a03c37f290d6223fce467c728216ff5d19ee068 authored by James Hensman on 22 June 2017, 11:05:09 UTC, committed by James Hensman on 22 June 2017, 11:05:09 UTC
1 parent 1fb8849
Raw File
Tip revision: 4a03c37f290d6223fce467c728216ff5d19ee068 authored by James Hensman on 22 June 2017, 11:05:09 UTC
adding matplotlib to the travis environment, so that the notebooks can
Tip revision: 4a03c37
.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