Skip to content

Commit

Permalink
Upgrade to tox v4 (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed Dec 19, 2022
1 parent f9b84a1 commit 4c3e679
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[tox]
minversion = 3.8.0
minversion = 4.0
isolated_build = True
requires =
tox-extra
tox-pyenv
# plugins disabled until they gets compatible with tox v4
# tox-extra
# tox-pyenv
envlist =
py310
py39
Expand Down Expand Up @@ -57,7 +58,7 @@ passenv =
XDG_CACHE_HOME
# For Windows users, getpass.get_user() needs USERNAME
USERNAME
whitelist_externals =
allowlist_externals =
git
sh

Expand Down

0 comments on commit 4c3e679

Please sign in to comment.