From 389dc5fac558c89f189cef850febf56209f72b9d Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Fri, 20 Sep 2024 11:02:00 +0200 Subject: [PATCH] Configure tox to use system Python This makes it usable by contributors by default. CI pipelines explicitly override the version of Python used. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3d1f037..632f990 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = {py38,py39,py310,py311}{,-images} +envlist = py,py-images skip_missing_interpreters = True [testenv]