Skip to content

Commit

Permalink
[+] code climate
Browse files Browse the repository at this point in the history
  • Loading branch information
aploium committed Aug 27, 2016
1 parent daaeba9 commit aea2146
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Python: true

exclude_paths:
- "tests/"
- "external_pkgs/"
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ branches:
- master

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

addons:
code_climate:
repo_token: 064d9f71234284540b02b3be9093a97ebf58f1caa3571474f84acd1d4ebe0c1d

0 comments on commit aea2146

Please sign in to comment.