https://github.com/GPflow/GPflow
Revision de3ebe33cb3b52780d64371b1f9d340958e268c6 authored by Artem Artemev on 15 October 2017, 20:58:20 UTC, committed by Artem Artemev on 15 October 2017, 20:58:20 UTC
1 parent e534ceb
Raw File
Tip revision: de3ebe33cb3b52780d64371b1f9d340958e268c6 authored by Artem Artemev on 15 October 2017, 20:58:20 UTC
Detached objective function. Decentralize creation.
Tip revision: de3ebe3
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top