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 3a663d5 commit 560a94bCopy full SHA for 560a94b
.travis.yml
@@ -32,7 +32,7 @@ matrix:
32
- python: "pypy"
33
34
install:
35
- - "pip install 'requests>2' coverage codecov pre-commit"
+ - "pip install 'requests>2' coverage pre-commit"
36
- "pip install ."
37
- 'if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then travis_retry pip install faulthandler; fi'
38
- 'if [[ "${SOLRCLOUD:-false}" == "true" ]]; then pip install -e .[solrcloud]; fi'
@@ -44,7 +44,6 @@ script:
44
45
after_success:
46
- git fetch --unshallow --tags
47
- - codecov
48
- coverage xml
49
- sonar-scanner -Dsonar.projectVersion="$(python setup.py --version)"
50
0 commit comments