Skip to content

Commit 6b526cb

Browse files
authored
Merge pull request #3943 from nicoddemus/no-coverage-on-deploy
Disable coverage during deployment stage
2 parents e0539e6 + 9ee8d72 commit 6b526cb

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)