https://github.com/GPflow/GPflow
Revision 2a7158341533d476ca769434e07e45dafddec5cd authored by Artem Artemev on 03 October 2017, 19:12:43 UTC, committed by Artem Artemev on 03 October 2017, 19:12:43 UTC
1 parent c47bc5c
Raw File
Tip revision: 2a7158341533d476ca769434e07e45dafddec5cd authored by Artem Artemev on 03 October 2017, 19:12:43 UTC
New project layout - add params sub module.
Tip revision: 2a71583
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top