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:
28
28
- travis_retry pip install --upgrade pip
29
29
- travis_retry pip install --upgrade nose
30
30
- travis_retry pip install --upgrade setuptools
31
+ - travis_retry pip install coveralls
31
32
- travis_retry pip install flake8
32
33
- travis_retry pip install tox>=1.9
33
34
- travis_retry tox -e $(echo py$TRAVIS_PYTHON_VERSION-me$MONGOENGINE | tr -d . | sed -e 's/pypypy/pypy/') -- -e test
34
35
35
36
before_script :
36
37
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then tox -e flake8; fi
37
38
39
+ after_script :
40
+ - coveralls --verbose
41
+
38
42
script :
39
43
- tox -e $(echo py$TRAVIS_PYTHON_VERSION-me$MONGOENGINE | tr -d . | sed -e 's/pypypy/pypy/') -- --with-coverage
40
44
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ Flask-MongoEngine
7
7
.. image :: https://travis-ci.org/MongoEngine/flask-mongoengine.svg?branch=master
8
8
:target: https://travis-ci.org/MongoEngine/flask-mongoengine
9
9
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
+
10
13
About
11
14
=====
12
15
Flask-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