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+ [run]
2+ source = instagram
3+ branch = False
Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ install:
1515script :
1616 - " coverage run tests.py"
1717 - " coverage xml -o coverage.xml"
18+ after_success :
19+ - " coveralls"
1820 - " if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then
1921 python-codacy-coverage -r coverage.xml;
2022 fi"
Original file line number Diff line number Diff line change 66
77[ ![ Build Status] ( https://api.travis-ci.org/wkoot/python-instagram.svg )] ( https://travis-ci.org/wkoot/python-instagram )
88[ ![ Code Coverage] ( https://api.codacy.com/project/badge/coverage/6dd0431b8752421d95521ea59fc6ecc1 )] ( https://www.codacy.com/app/wkoot/python-instagram )
9+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/wkoot/python-instagram/badge.svg )] ( https://coveralls.io/github/wkoot/python-instagram )
910[ ![ Codacy Badge] ( https://api.codacy.com/project/badge/Grade/6dd0431b8752421d95521ea59fc6ecc1 )] ( https://www.codacy.com/app/wkoot/python-instagram )
1011
1112
Original file line number Diff line number Diff line change 11twine==1.8.1
22coverage==4.4.1
3+ coveralls==1.2.0
34codacy-coverage==1.3.3
You can’t perform that action at this time.
0 commit comments