|
3 | 3 | min_version = 3.7.0 |
4 | 4 | isolated_build = true |
5 | 5 | envlist = |
6 | | - py34-pytest{2.8, 2.x, 3.0, 3.x, 4.0, 4.x}-mypy{0.50, 0.5x, 0.60, 0.6x} |
7 | | - py35-pytest{2.8, 2.x, 3.0, 3.x, 4.0, 4.x, 5.0, 5.x}-mypy{0.50, 0.5x, 0.60, 0.6x, 0.70, 0.7x} |
8 | | - py36-pytest{2.8, 2.x, 3.0, 3.x, 4.0, 4.x, 5.0, 5.x}-mypy{0.50, 0.5x, 0.60, 0.6x, 0.70, 0.7x} |
9 | | - py37-pytest{2.8, 2.x, 3.0, 3.x, 4.0, 4.x, 5.0, 5.x}-mypy{0.50, 0.5x, 0.60, 0.6x, 0.70, 0.7x} |
10 | | - py38-pytest{2.8, 2.x, 3.0, 3.x, 4.0, 4.x, 5.0, 5.x}-mypy{0.71, 0.7x} |
| 6 | + py34-pytest{3.5, 3.x, 4.0, 4.x}-mypy{0.50, 0.5x, 0.60, 0.6x} |
| 7 | + py35-pytest{3.5, 3.x, 4.0, 4.x, 5.0, 5.x}-mypy{0.50, 0.5x, 0.60, 0.6x, 0.70, 0.7x} |
| 8 | + py36-pytest{3.5, 3.x, 4.0, 4.x, 5.0, 5.x}-mypy{0.50, 0.5x, 0.60, 0.6x, 0.70, 0.7x} |
| 9 | + py37-pytest{3.5, 3.x, 4.0, 4.x, 5.0, 5.x}-mypy{0.50, 0.5x, 0.60, 0.6x, 0.70, 0.7x} |
| 10 | + py38-pytest{3.5, 3.x, 4.0, 4.x, 5.0, 5.x}-mypy{0.71, 0.7x} |
11 | 11 | flake8 |
12 | 12 |
|
13 | 13 | [testenv] |
14 | 14 | deps = |
15 | | - pytest2.8: pytest ~= 2.8.0 |
16 | | - pytest2.8: pytest-xdist < 1.18.0 |
17 | | - pytest2.x: pytest ~= 2.8 |
18 | | - pytest2.x: pytest-xdist < 1.18.0 |
19 | | - pytest3.0: pytest ~= 3.0.0 |
20 | | - pytest3.0: pytest-xdist < 1.19.0 |
21 | | - pytest3.1: pytest ~= 3.1.0 |
22 | | - pytest3.1: pytest-xdist < 1.19.0 |
23 | | - pytest3.2: pytest ~= 3.2.0 |
24 | | - pytest3.2: pytest-xdist < 1.19.0 |
25 | | - pytest3.3: attrs < 19.2.0 # https://github.com/pytest-dev/pytest/issues/3223 |
26 | | - pytest3.3: pytest ~= 3.3.0 |
27 | | - pytest3.3: pytest-xdist < 1.19.0 |
28 | | - pytest3.4: attrs < 19.2.0 # https://github.com/pytest-dev/pytest/issues/3223 |
29 | | - pytest3.4: pytest ~= 3.4.0 |
30 | | - pytest3.4: pytest-xdist < 1.19.0 |
31 | 15 | pytest3.5: pytest ~= 3.5.0 |
32 | 16 | pytest3.5: pytest-xdist < 1.19.0 |
33 | 17 | pytest3.6: pytest ~= 3.6.0 |
|
40 | 24 | pytest3.9: pytest-xdist < 1.28.0 |
41 | 25 | pytest3.10: pytest ~= 3.10.0 |
42 | 26 | pytest3.10: pytest-xdist < 1.28.0 |
43 | | - pytest3.x: pytest ~= 3.0 |
| 27 | + pytest3.x: pytest ~= 3.5 |
44 | 28 | pytest3.x: pytest-xdist < 1.28.0 |
45 | 29 | pytest4.0: attrs < 19.2.0 # https://github.com/pytest-dev/pytest/issues/5900 |
46 | 30 | pytest4.0: pytest ~= 4.0.0 |
|
0 commit comments