Skip to content

Commit 7ebbbdc

Browse files
committed
Don't install mypy on pypy
1 parent 41d9ff5 commit 7ebbbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ multidict==5.0.0
1212
pytest-aiohttp==0.3.0
1313
pytest-cov==2.10.1
1414
pytest-sugar==0.9.4
15-
mypy==0.790
15+
mypy==0.790; implementation_name=="cpython"
1616
-e .

0 commit comments

Comments
 (0)