Skip to content

Commit

Permalink
fix tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
gcseter committed Oct 9, 2024
1 parent d11f7d0 commit ed15b4f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
tox
parameterized
tox-gh
parameterized
8 changes: 7 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ envlist =

[testenv]
deps =
tox-gh
parameterized
pytest==6.2.5
pytest-cov==2.8.1
Expand All @@ -21,3 +20,10 @@ deps =
commands =
python -c "import tests.tox_banner"
py.test --cov-report term-missing --cov=elasticmock

[gh]
python =
3.12 = py312
3.11 = py311
3.10 = py310
3.9 = py39

0 comments on commit ed15b4f

Please sign in to comment.