Disable coverage during deployment stage

Otherwise it will fail as there's no coverage data to combine/publish
This commit is contained in:
Bruno Oliveira 2018-09-06 09:18:32 -03:00
parent e0466d0ad8
commit 9ee8d72fd2
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ jobs:
- stage: deploy
python: '3.6'
env:
env: PYTEST_NO_COVERAGE=1
install: pip install -U setuptools setuptools_scm
script: skip
deploy: