py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m pytest --cov-report=term-missing --cov=texttable tests.py ============================= 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 15 items tests.py::test_bool PASSED tests.py::test_chaining PASSED tests.py::test_cjkwarp PASSED tests.py::test_combining_char PASSED tests.py::test_combining_char2 PASSED tests.py::test_exceeding_max_width PASSED tests.py::test_exceeding_max_width2 PASSED tests.py::test_exceeding_max_width3 PASSED tests.py::test_exceeding_max_width4 PASSED tests.py::test_nan PASSED tests.py::test_obj2unicode PASSED tests.py::test_set_cols_width PASSED tests.py::test_texttable PASSED tests.py::test_texttable_header PASSED tests.py::test_user_dtype PASSED ======== 15 passed ======== py$(PYV): OK congratulations :)