Skip to content

Commit

Permalink
Merge pull request #332 from alanhamlett/master
Browse files Browse the repository at this point in the history
add coverage badge to readme
  • Loading branch information
alanhamlett committed Jan 15, 2017
2 parents 2180035 + e40ea6d commit 03c4c82
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -8,3 +8,5 @@ python:
install:
- python install_requirements.py dev
script: make check
after_success:
- coveralls
1 change: 1 addition & 0 deletions README.md
@@ -1,6 +1,7 @@
# Flask-Login

[![build status](https://secure.travis-ci.org/maxcountryman/flask-login.png?branch=master)](https://travis-ci.org/#!/maxcountryman/flask-login)
[![coverage](https://coveralls.io/repos/maxcountryman/flask-login/badge.svg?branch=master&service=github)](https://coveralls.io/github/maxcountryman/flask-login?branch=master)

Flask-Login provides user session management for Flask. It handles the common
tasks of logging in, logging out, and remembering your users' sessions over
Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
@@ -1,10 +1,10 @@
-r requirements.txt

blinker==1.4
coverage==4.2
coverage==4.3.1
mock==2.0.0
nose==1.3.7
pep8==1.7.0
pyflakes==1.3.0
pyflakes==1.5.0
semantic_version==2.6.0
yanc==0.3.3
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,2 +1,2 @@
flask==0.11.1
werkzeug==0.11.11
flask==0.12
werkzeug==0.11.15

0 comments on commit 03c4c82

Please sign in to comment.