py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV)
py$(PYV): commands[0]> python -m pytest
============================= test session starts ==============================
platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python
cachedir: .tox/py$(PYV)/.pytest_cache
rootdir: $(@D)
collecting ... collected 5 items

test/test_uc_micro.py::test_Any PASSED
test/test_uc_micro.py::test_Cc PASSED
test/test_uc_micro.py::test_Cf PASSED
test/test_uc_micro.py::test_P PASSED
test/test_uc_micro.py::test_Z PASSED

======== 5 passed ========
  py$(PYV): OK
  congratulations :)