Skip to content

Commit 157d5c7

Browse files
committed
Remove old sections from tox.ini
1 parent 617020a commit 157d5c7

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

tox.ini

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -225,20 +225,3 @@ package = southwark
225225
[pytest]
226226
addopts = --color yes --durations 25
227227
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

Comments
 (0)