Skip to content

Commit

Permalink
🔧 add tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
thoth2357 committed Dec 28, 2023
1 parent e5074aa commit f742c0c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[tox]
envlist = py{39,310,311}
skipsdist = true

[gh-actions]
python =
3.9: py39,
3.10: py310,
3.11: py311

[testenv]
deps =
pytest
typer
setenv =
PYTHONPATH = {toxinidir}
commands = pytest --cov

[flake8]
max-line-length = 150

0 comments on commit f742c0c

Please sign in to comment.