diff --git a/tox.ini b/tox.ini index a85fea7f..85ea3dfc 100644 --- a/tox.ini +++ b/tox.ini @@ -1,16 +1,17 @@ # Adding a New Framework -# modify `envlist`, add extras to install optional-dependencies, and add a new -# `TEST_FRAMEWORK` section to `setenv`. +# modify `envlist`, modify `labels`, add extras to install optional-dependencies, +# and add a new `TEST_FRAMEWORK` section to `setenv`. # Developers -# run just 3.12 tests with `tox -epy312-crewai,py312-langgraph,py312-openai_swarm,report` -# TODO I have not found a way to alias this, yet. +# run just 3.12 tests with `tox -m quick` # Coverage # codecov is configured to run on all frameworks and then be combined at the end. [tox] envlist = py{310,311,312}-{crewai,langgraph,openai_swarm} +labels = + quick = py312-{crewai,langgraph,openai_swarm},report [gh-actions] # converts python versions to tox envlist values for github actions