Skip to content

Commit

Permalink
TOX support
Browse files Browse the repository at this point in the history
Signed-off-by: Gunnar Andersson <[email protected]>
  • Loading branch information
Gunnar Andersson authored and gunnar-mb committed May 14, 2024
1 parent 42b10f1 commit e46afae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[tox]
envlist = py36, py37, py38, py39, py310, py311

[testenv]
allowlist_externals = make, pytest
commands =
pytest -v tests
install_command = pip install {opts} {packages}
deps =

0 comments on commit e46afae

Please sign in to comment.