Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpirker committed Jun 24, 2024
1 parent 9bf1af6 commit 02ba355
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[tox]
requires =
pip<24.0

virtualenv<20.26.3
envlist =
# === Common ===
{py3.6,py3.7,py3.8,py3.9,py3.10,py3.11,py3.12}-common
Expand Down Expand Up @@ -251,6 +251,9 @@ envlist =
{py3.8,py3.11,py3.12}-trytond-latest

[testenv]
requires =
pip<24.0
virtualenv<20.26.3
deps =
# if you change test-requirements.txt and your change is not being reflected
# in what's installed by tox (when running tox locally), try running tox
Expand Down

0 comments on commit 02ba355

Please sign in to comment.