Skip to content

Commit 16528b5

Browse files
committed
Arrange envlist in tox.ini by Python version
1 parent 84926b4 commit 16528b5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
min_version = 3.7.0
44
isolated_build = true
55
envlist =
6-
py{34, 35, 36, 37}-pytest{2.8, 2.x, 3.0, 3.x, 4.0, 4.x}-mypy{0.57, 0.5x, 0.60, 0.6x}
7-
py{35, 36, 37}-pytest{5.0, 5.x}-mypy{0.57, 0.5x, 0.60, 0.6x}
8-
py{35, 36, 37}-pytest{2.8, 2.x, 3.0, 3.x, 4.0, 4.x, 5.0, 5.x}-mypy{0.70}
9-
py{35, 36, 37, 38}-pytest{2.8, 2.x, 3.0, 3.x, 4.0, 4.x, 5.0, 5.x}-mypy{0.71, 0.72, 0.73, 0.74, 0.7x}
6+
py34-pytest{2.8, 2.x, 3.0, 3.x, 4.0, 4.x}-mypy{0.57, 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.57, 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.57, 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.57, 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}
1011
flake8
1112

1213
[testenv]

0 commit comments

Comments
 (0)