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 0cbd1ab + 9b5fa9d commit 89b73e0Copy full SHA for 89b73e0
1 file changed
.github/workflows/test.yml
@@ -46,21 +46,10 @@ jobs:
46
python -m pip install --upgrade tox
47
48
- name: Tox tests
49
- if: matrix.python-version != 'pypy3'
50
shell: bash
51
run: |
52
tox -e py
53
54
- # Temporarily test PyPy3 without tox:
55
- # https://foss.heptapod.net/pypy/pypy/-/issues/3331
56
- # https://github.com/tox-dev/tox/issues/1704
57
- - name: Non-tox tests (PyPy3)
58
- if: matrix.python-version == 'pypy3'
59
- shell: bash
60
- run: |
61
- python -m pip install ".[tests]"
62
- python -m pytest --cov humanize --cov tests --cov-report xml
63
-
64
- name: Upload coverage
65
uses: codecov/codecov-action@v1
66
with:
0 commit comments