Skip to content

Commit

Permalink
ci: new tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
d9pouces committed Jan 11, 2025
1 parent d35d40c commit 1bc8ca7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[tox:tox]
envlist = py38,py39,py310,py311,py312,py313
minversion = 4.0.0

[testenv]
deps =
hypothesis
poetry
pytest
setenv =
PYTHONDEVMODE=1
PYTHONHASHSEED=28739944
commands =
python3 -m poetry build
python3 -m pytest rubymarshal_tests

0 comments on commit 1bc8ca7

Please sign in to comment.