File tree 3 files changed +14
-3
lines changed
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 1
1
language : python
2
2
python :
3
3
- " 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
5
9
script :
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 1
1
## Python Loklak API
2
2
[ ![ PyPI version] ( https://badge.fury.io/py/python-loklak-api.svg )] ( https://badge.fury.io/py/python-loklak-api )
3
3
[ ![ 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 )
4
5
[ ![ Code Health] ( https://landscape.io/github/loklak/python-loklak-api/master/landscape.svg?style=flat )] ( https://landscape.io/github/loklak/python-loklak-api/master )
5
6
--------------------------------------------
6
7
You can’t perform that action at this time.
0 commit comments