https://github.com/GPflow/GPflow
Revision 856193d4c2d825d80699939339d67ae170a1a831 authored by Artem Artemev on 02 December 2018, 08:53:44 UTC, committed by Artem Artemev on 02 December 2018, 08:53:44 UTC
1 parent 132a194
Raw File
Tip revision: 856193d4c2d825d80699939339d67ae170a1a831 authored by Artem Artemev on 02 December 2018, 08:53:44 UTC
Travis configuration. Remove pip -y option
Tip revision: 856193d
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