Work on docs, getting started guide
This commit is contained in:
parent
ad6a323fb8
commit
f44b7fa664
10 changed files with 434 additions and 12 deletions
9
tox.ini
Normal file
9
tox.ini
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[tox]
|
||||
skipsdist = true
|
||||
envlist = py37, py38, py39, py310
|
||||
|
||||
[testenv]
|
||||
whitelist_externals = poetry
|
||||
commands =
|
||||
poetry install -v
|
||||
poetry run pytest
|
||||
Loading…
Add table
Add a link
Reference in a new issue