Skip to content

Commit a2fc33b

Browse files
authored
Merge pull request #39 from phobson/add-code-climate
Create codeclimate.yml
2 parents 4ad178e + 63466b4 commit a2fc33b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.codeclimate.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
languages:
2+
Python: true
3+
exclude_paths:
4+
- "tests/*.py"
5+
- "docs/*"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Real probability scales for matplotlib
33

44
[![Build Status](https://travis-ci.org/phobson/mpl-probscale.svg)](https://travis-ci.org/phobson/mpl-probscale)
55
[![codecov](https://codecov.io/gh/phobson/mpl-probscale/branch/master/graph/badge.svg)](https://codecov.io/gh/phobson/mpl-probscale)
6-
6+
[![Code Climate](https://codeclimate.com/github/phobson/mpl-probscale/badges/gpa.svg)](https://codeclimate.com/github/phobson/mpl-probscale)
77

88
[Sphinx Docs](http://phobson.github.io/mpl-probscale/)
99

0 commit comments

Comments
 (0)