Add tox for running tests on python 3.8.

This commit is contained in:
Chris Berkhout 2021-10-05 13:30:53 +02:00
parent 2249917494
commit 15a39bb8a0
5 changed files with 125 additions and 1 deletions

9
tox.ini Normal file
View file

@ -0,0 +1,9 @@
[tox]
isolated_build = True
envlist = py38,py39
[testenv]
deps = poetry
commands =
poetry install
poetry run make test