Skip to content

Commit 6325f2b

Browse files
authored
Merge pull request #266 from tcdent/tox-quick
Add alias to run only 3.12 tests with `tox -m quick`
2 parents 8274473 + 3715666 commit 6325f2b

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
@@ -1,16 +1,17 @@
11
# Adding a New Framework
2-
# modify `envlist`, add extras to install optional-dependencies, and add a new
3-
# `TEST_FRAMEWORK` section to `setenv`.
2+
# modify `envlist`, modify `labels`, add extras to install optional-dependencies,
3+
# and add a new `TEST_FRAMEWORK` section to `setenv`.
44

55
# Developers
6-
# run just 3.12 tests with `tox -epy312-crewai,py312-langgraph,py312-openai_swarm,report`
7-
# TODO I have not found a way to alias this, yet.
6+
# run just 3.12 tests with `tox -m quick`
87

98
# Coverage
109
# codecov is configured to run on all frameworks and then be combined at the end.
1110

1211
[tox]
1312
envlist = py{310,311,312}-{crewai,langgraph,openai_swarm}
13+
labels =
14+
quick = py312-{crewai,langgraph,openai_swarm},report
1415

1516
[gh-actions]
1617
# converts python versions to tox envlist values for github actions

0 commit comments

Comments
 (0)