diff --git a/README.md b/README.md index 77c5132..edc58f0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # pylib +[![Build Status](https://travis-ci.org/Prodesire/pylib.svg?branch=master)](https://travis-ci.org/Prodesire/pylib) +[![Coverage Status](https://coveralls.io/repos/github/Prodesire/pylib/badge.svg?branch=master)](https://coveralls.io/github/Prodesire/pylib?branch=master) + Useful utils, data structure for Python 2 and 3. diff --git a/tox.ini b/tox.ini index 3d5415c..48745c1 100644 --- a/tox.ini +++ b/tox.ini @@ -6,5 +6,5 @@ passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH platform=linux deps=-rrequirements-dev.txt commands= - coverage run --source=apollo setup.py test + coverage run --source=pylib setup.py test coveralls