Merge pull request #729 from Alexander-N/coverage
Only calculate coverage in one job
This commit is contained in:
commit
74f02119bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue