https://github.com/GPflow/GPflow
Revision 9946b8a3275264011b00f55677a4c7da62801502 authored by Artem Artemev on 07 October 2017, 17:26:10 UTC, committed by Artem Artemev on 07 October 2017, 17:26:10 UTC
1 parent e63590f
Raw File
Tip revision: 9946b8a3275264011b00f55677a4c7da62801502 authored by Artem Artemev on 07 October 2017, 17:26:10 UTC
Parentable class moved to separate module.
Tip revision: 9946b8a
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top