File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,17 @@ install:
2828- travis_retry pip install --upgrade pip
2929- travis_retry pip install --upgrade nose
3030- travis_retry pip install --upgrade setuptools
31+ - travis_retry pip install coveralls
3132- travis_retry pip install flake8
3233- travis_retry pip install tox>=1.9
3334- travis_retry tox -e $(echo py$TRAVIS_PYTHON_VERSION-me$MONGOENGINE | tr -d . | sed -e 's/pypypy/pypy/') -- -e test
3435
3536before_script :
3637- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then tox -e flake8; fi
3738
39+ after_script :
40+ - coveralls --verbose
41+
3842script :
3943- tox -e $(echo py$TRAVIS_PYTHON_VERSION-me$MONGOENGINE | tr -d . | sed -e 's/pypypy/pypy/') -- --with-coverage
4044
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Flask-MongoEngine
77.. image :: https://travis-ci.org/MongoEngine/flask-mongoengine.svg?branch=master
88 :target: https://travis-ci.org/MongoEngine/flask-mongoengine
99
10+ .. image :: https://coveralls.io/repos/github/MongoEngine/flask-mongoengine/badge.svg?branch=master
11+ :target: https://coveralls.io/github/MongoEngine/flask-mongoengine?branch=master
12+
1013About
1114=====
1215Flask-MongoEngine is a Flask extension that provides integration with MongoEngine. It handles connection management for your app.
You can’t perform that action at this time.
0 commit comments