Skip to content

Commit

Permalink
Merge c9f5243 into 14005ef
Browse files Browse the repository at this point in the history
  • Loading branch information
wkoot committed Oct 9, 2017
2 parents 14005ef + c9f5243 commit 25d2779
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[run]
source = instagram
branch = False
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ install:
script:
- "coverage run tests.py"
- "coverage xml -o coverage.xml"
after_success:
- "coveralls"
- "if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then
python-codacy-coverage -r coverage.xml;
fi"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

[![Build Status](https://api.travis-ci.org/wkoot/python-instagram.svg)](https://travis-ci.org/wkoot/python-instagram)
[![Code Coverage](https://api.codacy.com/project/badge/coverage/6dd0431b8752421d95521ea59fc6ecc1)](https://www.codacy.com/app/wkoot/python-instagram)
[![Coverage Status](https://coveralls.io/repos/github/wkoot/python-instagram/badge.svg)](https://coveralls.io/github/wkoot/python-instagram)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6dd0431b8752421d95521ea59fc6ecc1)](https://www.codacy.com/app/wkoot/python-instagram)


Expand Down
1 change: 1 addition & 0 deletions build_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
twine==1.8.1
coverage==4.4.1
coveralls==1.2.0
codacy-coverage==1.3.3

0 comments on commit 25d2779

Please sign in to comment.