Set up tox
This commit is contained in:
parent
f44b7fa664
commit
807a29b011
4 changed files with 22 additions and 6 deletions
4
tox.ini
4
tox.ini
|
|
@ -1,9 +1,9 @@
|
|||
[tox]
|
||||
skipsdist = true
|
||||
envlist = py37, py38, py39, py310
|
||||
envlist = py38, py39, py310
|
||||
|
||||
[testenv]
|
||||
whitelist_externals = poetry
|
||||
commands =
|
||||
poetry install -v
|
||||
poetry run pytest
|
||||
poetry run pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue