Skip to content

Commit

Permalink
Configure tox to use system Python
Browse files Browse the repository at this point in the history
This makes it usable by contributors by default. CI pipelines explicitly
override the version of Python used.
  • Loading branch information
WhyNotHugo committed Sep 20, 2024
1 parent b767a4c commit 389dc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py38,py39,py310,py311}{,-images}
envlist = py,py-images
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit 389dc5f

Please sign in to comment.