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.
2 parents 91c76e8 + 8b7383b commit 8285722Copy full SHA for 8285722
.travis.yml
@@ -26,7 +26,7 @@ script:
26
- flake8 connect
27
- pytest --cov-report=xml --cov=./connect
28
- sed -i "s/version='0.0.0'/version='${TRAVIS_TAG}'/g" setup.py
29
-- sonar-scanner
+- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then sonar-scanner; fi'
30
31
after_success:
32
- bash <(curl -s https://codecov.io/bash)
0 commit comments