File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,11 @@ jobs:
3131 cache-dependency-path : ' setup.py'
3232 - name : Install dependencies
3333 run : |
34- python -m pip install -U pip setuptools wheel
35- python -m pip install -U coverage zope.testrunner
36- python -m pip install -U -e ".[test]"
34+ python -m pip install -U pip
35+ python -m pip install -U tox
3736 - name : Test
3837 run : |
39- coverage run -m zope.testrunner --test-path=src
40- coverage report
38+ tox -v -e py
4139 - name : Lint
4240 if : matrix.python-version == '3.12'
4341 run : |
Original file line number Diff line number Diff line change 1010 zope.testrunner
1111commands =
1212 coverage run -p -m zope.testrunner --test-path =src
13+ coverage combine
14+ coverage report
1315passenv = HOME
1416
1517[testenv:docs]
You can’t perform that action at this time.
0 commit comments