[tox]
envlist = py{35,36,37,38}

[testenv]
commands = {envpython} -m unittest -v {posargs}