Merge branch 'master' into py37-by-default

This commit is contained in:
Bruno Oliveira
2018-11-12 14:03:59 -02:00
committed by GitHub
2 changed files with 3 additions and 4 deletions
+3 -3
View File
@@ -55,7 +55,7 @@ jobs:
python: '3.4'
- env: TOXENV=py36
python: '3.6'
- env: TOXENV=linting,docs,doctesting PYTEST_NO_COVERAGE=1
- env: TOXENV=linting,docs,doctesting
python: '3.7'
- stage: deploy
@@ -89,8 +89,8 @@ after_success:
- |
if [[ "$PYTEST_NO_COVERAGE" != 1 ]]; then
set -e
# Add first TOXENV to $PATH.
PATH="$PWD/.tox/${TOXENV%%,*}/bin:$PATH"
# Add last TOXENV to $PATH.
PATH="$PWD/.tox/${TOXENV##*,}/bin:$PATH"
coverage combine
coverage xml --ignore-errors
coverage report -m --ignore-errors