Skip to content

Commit b785fa3

Browse files
committed
Test with mypy-0.790
1 parent 7d2be37 commit b785fa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ deps =
127127
mypy0.76: mypy >= 0.760, < 0.770
128128
mypy0.77: mypy >= 0.770, < 0.780
129129
mypy0.78: mypy >= 0.780, < 0.790
130+
mypy0.79: mypy >= 0.790, < 0.800
130131
mypy0.7x: mypy >= 0.700, < 0.800
131132

132133
commands = py.test -p no:mypy --cov pytest_mypy --cov-fail-under 100 --cov-report term-missing {posargs:-n auto} tests
@@ -144,7 +145,7 @@ commands =
144145
deps =
145146
bandit ~= 1.6.2
146147
flake8 ~= 3.8.3
147-
mypy >= 0.780, < 0.790
148+
mypy >= 0.790, < 0.800
148149
commands =
149150
bandit --recursive src
150151
flake8 setup.py src tests

0 commit comments

Comments
 (0)