We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc25104 commit c2bcc05Copy full SHA for c2bcc05
1 file changed
tox.ini
@@ -40,7 +40,8 @@ basepython =
40
py37: python3.7
41
py38: python3.8
42
py39: python3.9
43
- pypy: pypy
+
44
+ pypy2: pypy
45
pypy3: pypy3
46
47
deps =
@@ -221,9 +222,6 @@ ignore_missing_imports = True
221
222
[mypy-hypothesis.*]
223
ignore_missing_imports = True
224
-[mypy-twisted.*]
225
-ignore_missing_imports = True
226
-
227
228
##
229
# Coverage report
0 commit comments