File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1+ [report]
2+ omit =
3+ */python?.?/*
4+ */site-packages/nose/*
Original file line number Diff line number Diff line change 11language : python
22python :
33 - " 2.7"
4- install : " pip install -r requirements.txt"
4+ install :
5+ - pip install -r requirements.txt
6+ - pip install python-coveralls
7+ - pip install coverage
8+ - pip install nose
59script :
6- - python setup.py install
7- - python test.py
10+ - python setup.py install
11+ - nosetests --with-coverage
12+ after_success :
13+ - coveralls
Original file line number Diff line number Diff line change 11## Python Loklak API
22[ ![ PyPI version] ( https://badge.fury.io/py/python-loklak-api.svg )] ( https://badge.fury.io/py/python-loklak-api )
33[ ![ Build Status] ( https://travis-ci.org/loklak/python-loklak-api.svg?branch=master )] ( https://travis-ci.org/loklak/python-loklak-api )
4+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/loklak/loklak_python_api/badge.svg?branch=master )] ( https://coveralls.io/github/loklak/loklak_python_api?branch=master )
45[ ![ Code Health] ( https://landscape.io/github/loklak/python-loklak-api/master/landscape.svg?style=flat )] ( https://landscape.io/github/loklak/python-loklak-api/master )
56--------------------------------------------
67
You can’t perform that action at this time.
0 commit comments