Skip to content

Commit

Permalink
Update tox.ini to tox4
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Jan 9, 2025
1 parent f0b538e commit df6ff94
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[tox]
envlist = py37, py38, py39, py310
isolated_build = true
skipsdist = true

envlist = py39, py310, py311, py312

[testenv]
whitelist_externals = poetry
commands=
poetry install -v
poetry run python -m unittest
poetry run comparefiles --help
skip_install = true
allowlist_externals = poetry
commands_pre =
poetry install
commands =
poetry run pytest

0 comments on commit df6ff94

Please sign in to comment.