Skip to content

Commit

Permalink
Updated README with tox information.
Browse files Browse the repository at this point in the history
  • Loading branch information
stegm committed Sep 12, 2024
1 parent cd18e93 commit 1db7361
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,17 @@ tox

Available environments:

* `py39-pydantic1` - Python 3.9 with Pydantic 1.x
* `py39-pydantic1` - Python 3.9 with Pydantic 1.x
* `py310-pydantic1` - Python 3.10 with Pydantic 1.x
* `py310-pydantic2` - Python 3.10 with Pydantic 2.x
* `py311-pydantic1` - Python 3.11 with Pydantic 1.x
* `py311-pydantic2` - Python 3.11 with Pydantic 2.x
* `py312-pydantic1` - Python 3.12 with Pydantic 1.x
* `py312-pydantic2` - Python 3.12 with Pydantic 2.x

If `tox` should use `pyenv`, the package `tox-pyenv-redux` must be installed manually.
It cannot be installed in pipenv dev, because it is incompatible with github actions.

## Running smoke tests

Expand Down

0 comments on commit 1db7361

Please sign in to comment.