Skip to content

Commit

Permalink
[Build] Add Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
elijah-tai committed Oct 21, 2018
1 parent 607a1e8 commit a65697e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python
python:
- "3.6"
install:
- pip install -r requirements.txt
script:
- pytest
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# kulgap

[![PyPI version](https://badge.fury.io/py/kulgap.svg)](https://badge.fury.io/py/kulgap)
[![Build Status](https://travis-ci.org/itselijahtai/kulgap.svg?branch=master)](https://travis-ci.org/itselijahtai/kulgap)
[![Coverage Status](https://coveralls.io/repos/github/itselijahtai/kulgap/badge.svg?branch=master)](https://coveralls.io/github/itselijahtai/kulgap?branch=master)

Calculate relative entropy between Gaussian processes.

Expand Down

0 comments on commit a65697e

Please sign in to comment.