This commit is contained in:
Laurent Mazuel 2016-12-08 15:19:46 -08:00
Родитель 2de86edcfe
Коммит e2785d3b45
2 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -14,3 +14,5 @@ install:
- pip install tox
script:
- tox
after_success:
- bash <(curl -s https://codecov.io/bash) -e TOXENV -f $TRAVIS_BUILD_DIR/test/coverage.xml

Просмотреть файл

@ -13,4 +13,5 @@ deps=
commands=
coverage run -m unittest discover -s . -p unittest*.py -t .. -v
coverage report --fail-under=40 --omit=unittest*,*.tox*.py
coverage xml --omit=unittest*,*.tox*.py
#flake8 .. --exclude=unittest*.py,doc,env --statistics