https://github.com/GPflow/GPflow
Revision d81b3c0936ff787ba9c184d7984214034a3f6dd9 authored by Artem Artemev on 08 October 2017, 16:17:40 UTC, committed by Artem Artemev on 08 October 2017, 16:17:40 UTC
1 parent 12bd394
Raw File
Tip revision: d81b3c0936ff787ba9c184d7984214034a3f6dd9 authored by Artem Artemev on 08 October 2017, 16:17:40 UTC
Move HMC file.
Tip revision: d81b3c0
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top