Add tox for running tests on python 3.8.
This commit is contained in:
parent
2249917494
commit
15a39bb8a0
5 changed files with 125 additions and 1 deletions
9
tox.ini
Normal file
9
tox.ini
Normal file
|
@ -0,0 +1,9 @@
|
|||
[tox]
|
||||
isolated_build = True
|
||||
envlist = py38,py39
|
||||
|
||||
[testenv]
|
||||
deps = poetry
|
||||
commands =
|
||||
poetry install
|
||||
poetry run make test
|
Loading…
Add table
Add a link
Reference in a new issue