Skip to content

Commit

Permalink
Allow running tox with different Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Dec 6, 2023
1 parent e44ecde commit 903751b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[tox]
envlist = py311,mypy
envlist = py3,mypy
isolated_build = True

[testenv]
basepython = python3.11
# Set RPM_PY_VERBOSE to "true" to debug koji package installation failures
passenv = RPM_PY_VERBOSE
extras =
Expand Down

0 comments on commit 903751b

Please sign in to comment.