Skip to content

Commit f5df75f

Browse files
committed
Removed old sections from tox.ini
1 parent 8fc0da4 commit f5df75f

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

tox.ini

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -150,25 +150,3 @@ package = seed_intersphinx_mapping
150150
[pytest]
151151
addopts = --color yes --durations 25
152152
timeout = 300
153-
154-
[gh-actions]
155-
python =
156-
3.6: py36, build, mypy
157-
3.7: py37, build
158-
3.8: py38, build
159-
3.9-dev: py39-dev, build
160-
161-
[travis]
162-
python =
163-
3.6: py36, build, mypy
164-
3.7: py37, build
165-
3.8: py38, build
166-
3.9-dev: py39-dev, build
167-
168-
[testenv:yapf]
169-
basepython = python3.7
170-
changedir = {toxinidir}
171-
skip_install = True
172-
ignore_errors = True
173-
deps = yapf
174-
commands = yapf -i --recursive seed_intersphinx_mapping tests

0 commit comments

Comments
 (0)