mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
add coveralls
This commit is contained in:
parent
5070666b02
commit
9f09394972
2 changed files with 8 additions and 4 deletions
10
.travis.yml
10
.travis.yml
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue