Skip to content

Commit

Permalink
cache pip in travis
Browse files Browse the repository at this point in the history
add codecov badge
  • Loading branch information
davidism committed Jan 19, 2017
1 parent 825083f commit 7d58d67
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ install:
script:
- tox

cache:
- pip

notifications:
email: false
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Flask-WTF

.. image:: https://travis-ci.org/lepture/flask-wtf.svg?branch=master
:target: https://travis-ci.org/lepture/flask-wtf
:alt: Travis CI Status
.. image:: https://coveralls.io/repos/github/lepture/flask-wtf/badge.svg?branch=master
:target: https://coveralls.io/github/lepture/flask-wtf?branch=master
:alt: Coveralls Status
:alt: Test Status
.. image:: https://codecov.io/gh/lepture/flask-wtf/branch/master/graph/badge.svg
:target: https://codecov.io/gh/lepture/flask-wtf
:alt: Coverage Status

Simple integration of Flask and WTForms, including CSRF, file upload, and reCAPTCHA.

Expand Down

0 comments on commit 7d58d67

Please sign in to comment.