Skip to content

Commit

Permalink
Send CI test coverage data to Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jstasiak committed Apr 28, 2019
1 parent 82246e1 commit a4f9d07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ matrix:
include:
- { python: "3.7", dist: xenial, sudo: true }
install:
- pip install flake8 nose==1.3.0 flask flask_restful flask_restplus injector flask_sqlalchemy eventlet typing mypy typed_ast
- pip install coveralls flake8 nose==1.3.0 flask flask_restful flask_restplus injector flask_sqlalchemy eventlet typing mypy typed_ast
- if [[ "${TRAVIS_PYTHON_VERSION}" != "3.5"* ]] ; then pip install black ; fi
script:
- if [[ "${TRAVIS_PYTHON_VERSION}" != "3.5"* ]] ; then make ci ; else make test ; fi
after_success:
- coveralls

0 comments on commit a4f9d07

Please sign in to comment.