https://github.com/GPflow/GPflow
Revision 0f03240ced7079fc7b3bcba69404c4d3a9301c02 authored by Artem Artemev on 23 September 2017, 16:14:09 UTC, committed by Artem Artemev on 23 September 2017, 16:14:09 UTC
1 parent 795369b
Raw File
Tip revision: 0f03240ced7079fc7b3bcba69404c4d3a9301c02 authored by Artem Artemev on 23 September 2017, 16:14:09 UTC
Training part is finished.
Tip revision: 0f03240
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top