Initial setup of directory structure

This commit is contained in:
Merrick Rumel 2022-06-15 10:17:19 -04:00
parent 83a32674c5
commit 2f91ce0367
14 changed files with 185 additions and 0 deletions

13
tox.ini Normal file
View file

@ -0,0 +1,13 @@
[tox]
envlist =
py38
py39
py310
[testenv]
deps =
pytest
pytest-cov
pytest-randomly
commands =
pytest --cov=<package_name> --randomly-seed=1