https://github.com/GPflow/GPflow
Revision 11a510f791845bc3d9e57184a5968d9210b2b77b authored by Artem Artemev on 18 September 2017, 21:32:37 UTC, committed by Artem Artemev on 18 September 2017, 21:32:37 UTC
1 parent 1153278
Raw File
Tip revision: 11a510f791845bc3d9e57184a5968d9210b2b77b authored by Artem Artemev on 18 September 2017, 21:32:37 UTC
Code organization.
Tip revision: 11a510f
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top