https://github.com/GPflow/GPflow
Revision 1c43ac4b5fe5f86460d92f625df60ad08c30ef4b authored by Artem Artemev on 31 October 2017, 23:16:44 UTC, committed by Artem Artemev on 31 October 2017, 23:16:44 UTC
2 parent s 98db3c3 + 98fbb95
Raw File
Tip revision: 1c43ac4b5fe5f86460d92f625df60ad08c30ef4b authored by Artem Artemev on 31 October 2017, 23:16:44 UTC
Merge branch 'GPflow-1.0-RC' of github.com:GPflow/GPflow into GPflow-1.0-RC
Tip revision: 1c43ac4
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top