Skip to content

Commit bbbe880

Browse files
committed
Fix version of mypy in Travis test
1 parent 4e73995 commit bbbe880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ commands =
2525
[testenv:mypy]
2626
basepython=python3.6
2727
deps =
28-
mypy
28+
mypy==0.720
2929
commands =
3030
mypy graphql --ignore-missing-imports
3131

0 commit comments

Comments
 (0)