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
|
script: ./ci/travis/cover.sh
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
repo: PyO3/pyo3
|
||||||
|
python: 3.6
|
||||||
condition: $TRAVIS_EVENT_TYPE != "cron"
|
condition: $TRAVIS_EVENT_TYPE != "cron"
|
||||||
- provider: script
|
- provider: script
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
|
Loading…
Reference in New Issue