Skip to content

Commit d2c3c7a

Browse files
committed
Test mypy 0.720 - 0.740
1 parent 44e90a5 commit d2c3c7a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tox.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ min_version = 3.7.0
44
isolated_build = true
55
envlist =
66
py{34, 35, 36, 37}-pytest{2.8, 2.x, 3.0, 3.x, 4.0, 4.x}-mypy{0.570, 0.580, 0.590, 0.600, 0.610, 0.620, 0.630, 0.641, 0.650, 0.660, 0.670}
7-
py{35, 36, 37}-pytest{2.8, 2.x, 3.0, 3.x, 4.0, 4.x, 5.0, 5.x}-mypy{0.700, 0.701, 0.710, 0.711}
8-
py{38}-pytest{2.8, 2.x, 3.0, 3.x, 4.0, 4.x, 5.0, 5.x}-mypy{0.710, 0.711}
7+
py{35, 36, 37}-pytest{2.8, 2.x, 3.0, 3.x, 4.0, 4.x, 5.0, 5.x}-mypy{0.700, 0.701}
8+
py{35, 36, 37, 38}-pytest{2.8, 2.x, 3.0, 3.x, 4.0, 4.x, 5.0, 5.x}-mypy{0.710, 0.711, 0.720, 0.730, 0.740}
99
flake8
1010

1111
[testenv]
@@ -52,6 +52,9 @@ deps =
5252
mypy0.701: mypy == 0.701
5353
mypy0.710: mypy == 0.710
5454
mypy0.711: mypy == 0.711
55+
mypy0.720: mypy == 0.720
56+
mypy0.730: mypy == 0.730
57+
mypy0.740: mypy == 0.740
5558

5659
pytest-cov ~= 2.5.1
5760
pytest-randomly ~= 2.1.1

0 commit comments

Comments
 (0)