Skip to content

Commit 0d1c46b

Browse files
committed
Add gherkin-official combinations to tox matrix
1 parent de4bb86 commit 0d1c46b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tox.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
distshare = {homedir}/.tox/distshare
3-
envlist = py{3.9,3.10,3.11}-pytest{7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2,8.3,latest}-coverage
4-
py{3.12,3.13}-pytest{7.3,7.4,8.0,8.1,8.2,8.3,latest}-coverage
3+
envlist = py{3.9,3.10,3.11}-pytest{7.0,7.1,7.2,7.3,7.4,8.0,8.1,8.2,8.3,latest}-gherkin_official{29,30,latest}-coverage
4+
py{3.12,3.13}-pytest{7.3,7.4,8.0,8.1,8.2,8.3,latest}-gherkin_official{29,30,latest}-coverage
55
py3.12-pytestlatest-xdist-coverage
66
mypy
77

@@ -11,6 +11,10 @@ setenv =
1111
coverage: _PYTEST_CMD=coverage run -m pytest
1212
xdist: _PYTEST_MORE_ARGS=-n3 -rfsxX
1313
deps =
14+
gherkin_officiallatest: gherkin-official
15+
gherkin_official30: gherkin-official~=30.0.0
16+
gherkin_official29: gherkin-official~=29.0.0
17+
1418
pytestlatest: pytest
1519
pytest8.1: pytest~=8.1.0
1620
pytest8.0: pytest~=8.0.0

0 commit comments

Comments
 (0)