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 6877c6f + 1423508 commit fd0ad25Copy full SHA for fd0ad25
.cirrus.yml
@@ -55,7 +55,7 @@ task:
55
-m pytest tests -v
56
- coverage report
57
coveralls_script:
58
- - if [ ! -z "$COVERALLS_REPO_TOKEN" ] ; then coveralls ; fi
+ - if [ ! -z "$COVERALLS_REPO_TOKEN" ] && [ "$ELECTRUM_PYTHON_VERSION" = "3.10" ] ; then coveralls ; fi
59
env:
60
LD_LIBRARY_PATH: contrib/_saved_secp256k1_build/
61
ELECTRUM_REQUIREMENTS_CI: contrib/requirements/requirements-ci.txt
0 commit comments