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

View file

@ -28,6 +28,7 @@ isort = "^5.8.0"
responses = "^0.13.3"
coverage = "^5.5"
pytest-mock = "^3.6.1"
tox = "^3.24.3"
[build-system]
requires = ["poetry-core>=1.0.0"]