Skip to content

Commit

Permalink
Updated README with badges
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Mar 31, 2018
1 parent 004eb3a commit 5976c3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ notifications:
python:
- "3.6"
- "3.5"
- "3.4"

notifications:
email: false

before_install:
- pip install pep8
Expand All @@ -19,4 +15,4 @@ before_script:
- "flake8 --show-source --ignore=F811,W293,W391,W292,W291 --max-line-length=79"

script:
- pytest --doctest-modules -v
- pytest --doctest-modules -v
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
[![Build Status](https://travis-ci.org/tommyod/KDEpy.svg?branch=master)](https://travis-ci.org/tommyod/KDEpy)
[![Documentation Status](https://readthedocs.org/projects/kdepy/badge/?version=latest)](http://kdepy.readthedocs.io/en/latest/?badge=latest)


---------


# KDEpy

Kernel Density Estimation in Python.
Expand Down

0 comments on commit 5976c3f

Please sign in to comment.