Set up tox

This commit is contained in:
Andrew Brookins 2021-11-01 09:45:37 -07:00
parent f44b7fa664
commit 807a29b011
4 changed files with 22 additions and 6 deletions

View file

@ -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