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 8fc0da4 commit f5df75fCopy full SHA for f5df75f
tox.ini
@@ -150,25 +150,3 @@ package = seed_intersphinx_mapping
150
[pytest]
151
addopts = --color yes --durations 25
152
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
163
164
165
166
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