Skip to content

Commit 6f8f19a

Browse files
authored
Merge pull request #91 from dmtucker/mypy
Test with the newest version of mypy
2 parents f243369 + f04a43e commit 6f8f19a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

+3-1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ deps =
8383
mypy0.74: mypy >= 0.740, < 0.750
8484
mypy0.75: mypy >= 0.750, < 0.760
8585
mypy0.76: mypy >= 0.760, < 0.770
86+
mypy0.77: mypy >= 0.770, < 0.780
87+
mypy0.78: mypy >= 0.780, < 0.790
8688
mypy0.7x: mypy >= 0.700, < 0.800
8789

8890
pytest-cov ~= 2.5.1
@@ -102,7 +104,7 @@ commands =
102104
deps =
103105
bandit ~= 1.6.2
104106
flake8 ~= 3.7.9
105-
mypy >= 0.760, < 0.770
107+
mypy >= 0.780, < 0.790
106108
commands =
107109
bandit --recursive src
108110
flake8 setup.py src tests

0 commit comments

Comments
 (0)