https://github.com/GPflow/GPflow
Revision c1be47a931c9c9c566b91cd98c4b71260a20e9b6 authored by Artem Artemev on 11 March 2018, 17:20:31 UTC, committed by GitHub on 11 March 2018, 17:20:31 UTC
1 parent 43ba8f8
Raw File
Tip revision: c1be47a931c9c9c566b91cd98c4b71260a20e9b6 authored by Artem Artemev on 11 March 2018, 17:20:31 UTC
Change support message for python 3.5
Tip revision: c1be47a
codecov.yml
coverage:
  status:
    project:
      default:
        target: 97%
        threshold: 1%
    patch:
      default:
        target: 97%
        threshold: 1%

ignore:
  - "*.py"
  - "tests/*.py"
  - "gpflow/training/external_optimizer.py"
  - "doc/source/notebooks/*"
back to top