File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ repo_token : hsG11rCAZDIPHwFx5BN7QBFm3CTnOT6OF
Original file line number Diff line number Diff line change 33 - " 2.7"
44 - " 3.3"
55install : " pip install -r requirements.txt"
6- script : python tests.py
6+ script :
7+ - coverage run --source usabilla.py tests.py
8+ after_success :
9+ - coveralls
Original file line number Diff line number Diff line change 11##Usabilla API - Python Client
22
33[ ![ Build Status] ( https://travis-ci.org/usabilla/api-python.svg?branch=master )] ( https://travis-ci.org/usabilla/api-python )
4+ [ ![ PyPI version] ( https://badge.fury.io/py/usabilla-api.svg )] ( https://badge.fury.io/py/usabilla-api )
5+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/usabilla/api-python/badge.svg?branch=master )] ( https://coveralls.io/github/usabilla/api-python?branch=master )
46
57The Usabilla Python client allows users to access data from their Usabilla accounts.
68It makes use of the API to request the following products and resources:
Original file line number Diff line number Diff line change 1- requests >= 2.5.0
2- urllib3
1+ coverage == 4.0.3
2+ python-coveralls == 2.7.0
3+ PyYAML == 3.12
4+ requests == 2.11.1
5+ sh == 1.11
6+ six == 1.10.0
7+ urllib3 == 1.17
You can’t perform that action at this time.
0 commit comments