Skip to content

Commit 7d33675

Browse files
committed
add tox config
1 parent e3d7b86 commit 7d33675

1 file changed

Lines changed: 84 additions & 0 deletions

File tree

tox.ini

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,90 @@ changedir = {toxinidir}/treescript
108108
commands =
109109
tox -e py311
110110

111+
[testenv:addonscript-py314]
112+
changedir = {toxinidir}/addonscript
113+
commands =
114+
tox -e py314
115+
116+
[testenv:balrogscript-py314]
117+
changedir = {toxinidir}/balrogscript
118+
commands =
119+
tox -e py314
120+
121+
[testenv:beetmoverscript-py314]
122+
changedir = {toxinidir}/beetmoverscript
123+
commands =
124+
tox -e py314
125+
126+
[testenv:bitrisescript-py314]
127+
changedir = {toxinidir}/bitrisescript
128+
commands =
129+
tox -e py314
130+
131+
[testenv:bouncerscript-py314]
132+
changedir = {toxinidir}/bouncerscript
133+
commands =
134+
tox -e py314
135+
136+
[testenv:configloader-py314]
137+
changedir = {toxinidir}/configloader
138+
commands =
139+
tox -e py314
140+
141+
[testenv:init-py314]
142+
commands =
143+
pytest -n auto tests
144+
145+
[testenv:iscript-py314]
146+
changedir = {toxinidir}/iscript
147+
commands =
148+
tox -e py314
149+
150+
[testenv:githubscript-py314]
151+
changedir = {toxinidir}/githubscript
152+
commands =
153+
tox -e py314
154+
155+
[testenv:landoscript-py314]
156+
changedir = {toxinidir}/landoscript
157+
commands =
158+
tox -e py314
159+
160+
[testenv:pushapkscript-py314]
161+
changedir = {toxinidir}/pushapkscript
162+
commands =
163+
tox -e py314
164+
165+
[testenv:pushflatpakscript-py314]
166+
changedir = {toxinidir}/pushflatpakscript
167+
commands =
168+
tox -e py314
169+
170+
[testenv:pushmsixscript-py314]
171+
changedir = {toxinidir}/pushmsixscript
172+
commands =
173+
tox -e py314
174+
175+
[testenv:scriptworker_client-py314]
176+
changedir = {toxinidir}/scriptworker_client
177+
commands =
178+
tox -e py314,mypy
179+
180+
[testenv:shipitscript-py314]
181+
changedir = {toxinidir}/shipitscript
182+
commands =
183+
tox -e py314
184+
185+
[testenv:signingscript-py314]
186+
changedir = {toxinidir}/signingscript
187+
commands =
188+
tox -e py314
189+
190+
[testenv:treescript-py314]
191+
changedir = {toxinidir}/treescript
192+
commands =
193+
tox -e py314
194+
111195
[testenv:ruff-py311]
112196
commands =
113197
ruff --version

0 commit comments

Comments
 (0)