https://github.com/GPflow/GPflow
Revision efcd60ff877a104c0bccdf52fec711d500f84ea2 authored by Artem Artemev on 03 October 2017, 19:15:57 UTC, committed by Artem Artemev on 03 October 2017, 19:15:57 UTC
2 parent s 2a71583 + b9b4ed7
Raw File
Tip revision: efcd60ff877a104c0bccdf52fec711d500f84ea2 authored by Artem Artemev on 03 October 2017, 19:15:57 UTC
Merge branch 'GPflow-1.0-RC' of github.com:GPflow/GPflow into GPflow-1.0-RC
Tip revision: efcd60f
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top