Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -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
Expand Down