Added support for tox testing

This commit is contained in:
2020-01-14 14:40:04 +01:00
parent 8ab2f818e4
commit 9534c4a038
5 changed files with 49 additions and 12 deletions

7
tox.ini Normal file
View File

@@ -0,0 +1,7 @@
[tox]
envlist = py3,py2
[testenv]
commands = python --version
python -m coverage run setup.py test
coverage report --skip-covered