python setup.py test
test command is deprecated in setuptools (pypa/setuptools#1878). We should replace it with either tox, or simply pytest or python -m unittest
test
tox
pytest
python -m unittest