Skip to content

Commit

Permalink
Add code climate coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
crisidev committed May 15, 2017
1 parent 65bcfe4 commit 363720b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ cache: pip
install:
- python setup.py build
- python setup.py install
- pip install pytest-cov requests-mock codecov
- pip install pytest-cov requests-mock codecov codeclimate-test-reporter

script:
- py.test

after_success:
- codecov
- CODECLIMATE_REPO_TOKEN=f8067bcd68e80313e77f6c8319cc79f4f3443e7d703fdc22acc4d1f71a927e6c codeclimate-test-reporter

0 comments on commit 363720b

Please sign in to comment.