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 617020a commit 157d5c7Copy full SHA for 157d5c7
tox.ini
@@ -225,20 +225,3 @@ package = southwark
225
[pytest]
226
addopts = --color yes --durations 25
227
timeout = 300
228
-
229
-[gh-actions]
230
-python =
231
- 3.6: py36, build
232
- 3.7: py37, build
233
- 3.8: py38, build
234
- 3.9: py39, build
235
- pypy3: py310-dev, build
236
- 3.10.0-alpha.3: pypy3, build
237
238
-[testenv:yapf]
239
-basepython = python3.7
240
-changedir = {toxinidir}
241
-skip_install = True
242
-ignore_errors = True
243
-deps = yapf
244
-commands = yapf -i --recursive southwark tests
0 commit comments