https://github.com/GPflow/GPflow
Revision f8f08115fb2c04380c56d5ba2805e29b50e8cdcc authored by Artem Artemev on 07 October 2017, 17:58:52 UTC, committed by Artem Artemev on 07 October 2017, 17:58:52 UTC
1 parent 9946b8a
Raw File
Tip revision: f8f08115fb2c04380c56d5ba2805e29b50e8cdcc authored by Artem Artemev on 07 October 2017, 17:58:52 UTC
Fix shape method of dataholders.
Tip revision: f8f0811
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top