Skip to content

Commit 389dc5f

Browse files
committed
Configure tox to use system Python
This makes it usable by contributors by default. CI pipelines explicitly override the version of Python used.
1 parent b767a4c commit 389dc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = {py38,py39,py310,py311}{,-images}
2+
envlist = py,py-images
33
skip_missing_interpreters = True
44

55
[testenv]

0 commit comments

Comments
 (0)