Merge pull request #729 from Alexander-N/coverage

Only calculate coverage in one job
This commit is contained in:
Yuji Kanagawa 2020-01-14 12:15:19 +09:00 committed by GitHub
commit 74f02119bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ deploy:
script: ./ci/travis/cover.sh
on:
branch: master
repo: PyO3/pyo3
python: 3.6
condition: $TRAVIS_EVENT_TYPE != "cron"
- provider: script
skip_cleanup: true