Skip to content

Commit 9ee8d72

Browse files
committed
Disable coverage during deployment stage
Otherwise it will fail as there's no coverage data to combine/publish
1 parent e0466d0 commit 9ee8d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- stage: deploy
6767
python: '3.6'
68-
env:
68+
env: PYTEST_NO_COVERAGE=1
6969
install: pip install -U setuptools setuptools_scm
7070
script: skip
7171
deploy:

0 commit comments

Comments
 (0)