We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540a254 commit 82dfcb4Copy full SHA for 82dfcb4
.travis.yml
@@ -30,7 +30,7 @@ script:
30
31
after_success:
32
- ls wheelhouse/
33
- - bash <(curl -s https://codecov.io/bash)
+ - if [ "$TRAVIS_OS_NAME" == "osx" ]; then bash <(curl -s https://codecov.io/bash); fi
34
35
deploy:
36
provider: releases
0 commit comments