Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
saromanov committed Nov 25, 2015
1 parent 9dc8f40 commit a774cd9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ before_script:
- flake8 .

script:
coverage run --source=groups -m py.test
coverage run --source=redismonitor -m py.test
after_success:
coveralls
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# py-redis-monitoring
# py-redis-monitoring [![Build Status](https://travis-ci.org/saromanov/py-redis-monitoring.svg?branch=master)](https://travis-ci.org/saromanov/py-redis-monitoring) [![Coverage Status](https://coveralls.io/repos/saromanov/py-redis-monitoring/badge.svg?branch=master&service=github)](https://coveralls.io/github/saromanov/py-redis-monitoring?branch=master)


Monitoring of Redis commands
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
redis
pytest
codecov

0 comments on commit a774cd9

Please sign in to comment.