https://github.com/GPflow/GPflow
Revision 82763988861473bfa9a64e10fae01620efab39ce authored by Artem Artemev on 03 October 2017, 22:51:40 UTC, committed by Artem Artemev on 03 October 2017, 22:51:40 UTC
1 parent 314c5bd
Raw File
Tip revision: 82763988861473bfa9a64e10fae01620efab39ce authored by Artem Artemev on 03 October 2017, 22:51:40 UTC
Revert back classification.ipynb
Tip revision: 8276398
.travis.yml
sudo: required
dist: trusty
language: python
python:
  - 3.5
script:
  - echo "Hello world!"
back to top