test with tox

This commit is contained in:
boyska 2020-01-13 01:24:19 +01:00
parent 050271137b
commit d91fcdaeae
2 changed files with 9 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.tox/
__pycache__

7
tox.ini Normal file
View file

@ -0,0 +1,7 @@
[tox]
envlist = py36,py37,py38
[testenv]
deps = pytest
commands =
pytest