Skip to content

Commit a4f9d07

Browse files
committed
Send CI test coverage data to Coveralls
1 parent 82246e1 commit a4f9d07

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ matrix:
1010
include:
1111
- { python: "3.7", dist: xenial, sudo: true }
1212
install:
13-
- pip install flake8 nose==1.3.0 flask flask_restful flask_restplus injector flask_sqlalchemy eventlet typing mypy typed_ast
13+
- pip install coveralls flake8 nose==1.3.0 flask flask_restful flask_restplus injector flask_sqlalchemy eventlet typing mypy typed_ast
1414
- if [[ "${TRAVIS_PYTHON_VERSION}" != "3.5"* ]] ; then pip install black ; fi
1515
script:
1616
- if [[ "${TRAVIS_PYTHON_VERSION}" != "3.5"* ]] ; then make ci ; else make test ; fi
17+
after_success:
18+
- coveralls

0 commit comments

Comments
 (0)