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 0e92964 commit 669af23Copy full SHA for 669af23
.github/workflows/pythontests.yml
@@ -70,8 +70,8 @@ jobs:
70
run: |
71
TOX_PYTHON_VERSION=$(if [ ${{ matrix.python-version }} = pypy2 ]; then echo "pypy2"; elif [ ${{ matrix.python-version }} = pypy3 ]; then echo "pypy3"; else echo py${{ matrix.python-version }} | tr -d .; fi)
72
tox -e $(tox -l | grep $TOX_PYTHON_VERSION | paste -sd "," -)
73
- - name: Get coverage results
74
- if: ${{ success() && matrix.python-version == 3.8 }}
75
- env:
76
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77
- run: coveralls
+# - name: Get coverage results
+# if: ${{ success() && matrix.python-version == 3.8 }}
+# env:
+# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+# run: coveralls
0 commit comments