add coveralls

This commit is contained in:
Dimitris Zlatanidis 2014-10-21 00:52:59 +03:00
parent 5070666b02
commit 9f09394972
2 changed files with 8 additions and 4 deletions

View file

@ -1,12 +1,14 @@
language: python language: python
python: python:
- "2.7" - "2.7"
# does not have headers provided, please ask https://launchpad.net/~pypy/+archive/ppa
# maintainers to fix their pypy-dev package.
- "pypy" - "pypy"
# command to install dependencies # command to install dependencies
# install: # install:
# - pip install . - pip install coveralls
# - pip install -r requirements.txt # - pip install -r requirements.txt
# command to run tests # command to run tests
script: nosetests script:
nosetests
after_success:
coveralls

View file

@ -1,5 +1,7 @@
.. image:: https://badge.fury.io/py/slpkg.png .. image:: https://badge.fury.io/py/slpkg.png
:target: http://badge.fury.io/py/slpkg :target: http://badge.fury.io/py/slpkg
.. image:: https://travis-ci.org/dslackw/slpkg.svg?branch=master
:target: https://travis-ci.org/dslackw/slpkg
.. image:: https://pypip.in/d/slpkg/badge.png .. image:: https://pypip.in/d/slpkg/badge.png
:target: https://pypi.python.org/pypi/slpkg :target: https://pypi.python.org/pypi/slpkg
.. image:: https://pypip.in/license/slpkg/badge.png .. image:: https://pypip.in/license/slpkg/badge.png