Skip to content

Commit

Permalink
Merge 462ffa8 into a9d8410
Browse files Browse the repository at this point in the history
  • Loading branch information
bbelyeu committed Feb 9, 2018
2 parents a9d8410 + 462ffa8 commit 4fefa50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
@@ -1,5 +1,8 @@
# Flask-StatsClient

[![Build Status](https://travis-ci.org/bbelyeu/flask-statsdclient.svg?branch=master)](https://travis-ci.org/bbelyeu/flask-statsdclient)
[![Coverage Status](https://coveralls.io/repos/github/bbelyeu/flask-statsdclient/badge.svg?branch=master)](https://coveralls.io/github/bbelyeu/flask-statsdclient?branch=master)

## Installation

To install it, simply run
Expand Down Expand Up @@ -56,7 +59,7 @@ pipenv shell
### Running tests

``` bash
python setup.py test
./linters.sh && coverage run --source=flask_statsdclient/ setup.py test
```

### Before committing any code
Expand Down
2 changes: 1 addition & 1 deletion linters.sh
Expand Up @@ -32,7 +32,7 @@ fi
echo

echo "> running isort..."
isort -c
isort -c --diff
if [ $? != 0 ]; then
exit 1
else
Expand Down

0 comments on commit 4fefa50

Please sign in to comment.