https://github.com/GPflow/GPflow
Revision 0e2ee24422575083990fedea98b93590f6bca83f authored by Joel Wright on 12 June 2018, 19:00:03 UTC, committed by Artem Artemev on 12 June 2018, 19:00:03 UTC
* Support Python 3.5.2 in typing checks (Ubuntu 16.04 default python3)
1 parent 147ce61
Raw File
Tip revision: 0e2ee24422575083990fedea98b93590f6bca83f authored by Joel Wright on 12 June 2018, 19:00:03 UTC
Support Python 3.5.2 in typing checks (Ubuntu 16.04 default python3) (#787)
Tip revision: 0e2ee24
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