https://github.com/GPflow/GPflow
Revision 943fed5364437f3530902ca35b42fba479b637bf authored by James Hensman on 31 October 2017, 09:48:09 UTC, committed by James Hensman on 31 October 2017, 09:48:09 UTC
1 parent a659d17
Raw File
Tip revision: 943fed5364437f3530902ca35b42fba479b637bf authored by James Hensman on 31 October 2017, 09:48:09 UTC
Sanity check notebook updated
Tip revision: 943fed5
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top