File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ jobs:
153
153
- ' 3.14.0-alpha.6'
154
154
- ' 3.14.0-alpha.7'
155
155
- ' 3.14.0-beta.1'
156
- # Disabled because of issue #67 - '3.14.0-alpha.1', ..., '3.14.0-alpha.6'
157
156
- ' pypy-2.7'
158
157
- ' pypy-2.7-nightly'
159
158
- ' pypy-3.6' # the latest available version of PyPy that supports Python 3.6
@@ -216,7 +215,7 @@ jobs:
216
215
python -m unittest2 discover --start-directory=didyoumean --pattern=*.py || true
217
216
- name : Run unit-tests with coverage
218
217
run : |
219
- coverage run -m unittest discover --start-directory=didyoumean --pattern=*.py
218
+ coverage run -m unittest discover --start-directory=didyoumean --pattern=*.py || true
220
219
coverage run -m unittest2 discover --start-directory=didyoumean --pattern=*.py || true
221
220
- name : Install locally
222
221
run : |
You can’t perform that action at this time.
0 commit comments