Skip to content

Commit

Permalink
Update tox file
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Dec 11, 2024
1 parent 1e6f92f commit 7b97222
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,9 @@ envlist =
{py3.8,py3.11,py3.12}-trytond-v{7}
{py3.8,py3.12,py3.13}-trytond-latest

# Typer
{py3.7,py3.9,py3.10,py3.11,py3.12,py3.13}-typer-lates

[testenv]
deps =
# if you change requirements-testing.txt and your change is not being reflected
Expand Down Expand Up @@ -723,6 +726,10 @@ deps =
trytond-v7: trytond~=7.0
trytond-latest: trytond

# Typer
typer: typer
typer-latest: typer

setenv =
PYTHONDONTWRITEBYTECODE=1
OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
Expand Down

0 comments on commit 7b97222

Please sign in to comment.