https://github.com/GPflow/GPflow
Revision a67ba2c6938411abbbf5cc8318aa87007c5e2527 authored by Artem Artemev on 03 October 2017, 23:01:36 UTC, committed by Artem Artemev on 03 October 2017, 23:01:36 UTC
1 parent 8276398
Raw File
Tip revision: a67ba2c6938411abbbf5cc8318aa87007c5e2527 authored by Artem Artemev on 03 October 2017, 23:01:36 UTC
Bump version to 0.9.8.
Tip revision: a67ba2c
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top