Make use of tox for tests

This commit is contained in:
Dan 2020-11-20 01:23:16 +01:00
parent fb28e4d943
commit 91f3a16d08
2 changed files with 7 additions and 0 deletions

3
dev-requirements.txt Normal file
View File

@ -0,0 +1,3 @@
-r requirements.txt
pytest

4
tox.ini Normal file
View File

@ -0,0 +1,4 @@
[testenv]
deps = -rdev-requirements.txt
commands = pytest {posargs}
skip_install = true