We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82246e1 commit a4f9d07Copy full SHA for a4f9d07
.travis.yml
@@ -10,7 +10,9 @@ matrix:
10
include:
11
- { python: "3.7", dist: xenial, sudo: true }
12
install:
13
- - 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
14
- if [[ "${TRAVIS_PYTHON_VERSION}" != "3.5"* ]] ; then pip install black ; fi
15
script:
16
- if [[ "${TRAVIS_PYTHON_VERSION}" != "3.5"* ]] ; then make ci ; else make test ; fi
17
+after_success:
18
+ - coveralls
0 commit comments