https://github.com/GPflow/GPflow
Revision a8770a1527c0b8204b9cf9c916c28be7e2b7a8d2 authored by James Hensman on 04 October 2017, 13:57:12 UTC, committed by James Hensman on 04 October 2017, 13:57:12 UTC
1 parent d0c9c68
Raw File
Tip revision: a8770a1527c0b8204b9cf9c916c28be7e2b7a8d2 authored by James Hensman on 04 October 2017, 13:57:12 UTC
improvements to kernel notebook
Tip revision: a8770a1
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top