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 7c07db4 commit 91416a1Copy full SHA for 91416a1
.travis.yml
@@ -42,5 +42,5 @@ script:
42
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then pytest -v --pyargs numcodecs; fi
43
44
after_success:
45
- - if [ "$TRAVIS_OS_NAME" = "linux" ]; then coveralls; fi
+ - if [ "$TRAVIS_OS_NAME" = "linux" ]; then coveralls --service=travis-pro; fi
46
0 commit comments