https://github.com/GPflow/GPflow
Revision 3878bc7be5c146e8e7367ccc785454f872f3d818 authored by Artem Artemev on 29 October 2017, 20:53:57 UTC, committed by Artem Artemev on 29 October 2017, 20:53:57 UTC
1 parent 193608a
Raw File
Tip revision: 3878bc7be5c146e8e7367ccc785454f872f3d818 authored by Artem Artemev on 29 October 2017, 20:53:57 UTC
Transforms tests work at rc1.0.
Tip revision: 3878bc7
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top