py$(PYV): remove tox env folder $(@D)/.tox/py$(PYV) py$(PYV): commands[0]> python -m py.test --cov --cov-report= ============================= test session starts ============================== platform sunos5 -- Python $(PYTHON_VERSION).X -- $(@D)/.tox/py$(PYV)/bin/python cachedir: .tox/py$(PYV)/.pytest_cache rootdir: $(@D) configfile: pytest.ini testpaths: src/hupper, tests collecting ... collected 10 items tests/test_cli.py::test_interval_parser PASSED tests/test_cli.py::test_interval_parser_errors[-1] PASSED tests/test_cli.py::test_interval_parser_errors[0] PASSED tests/test_ipc.py::test_ipc_close PASSED tests/test_it.py::test_myapp_reloads_when_touching_ini PASSED tests/test_it.py::test_myapp_reloads_when_touching_pyfile PASSED tests/test_reloader.py::test_ignore_files PASSED tests/test_reloader.py::test_proxy_expands_paths PASSED tests/test_reloader.py::test_proxy_proxies PASSED tests/test_reloader.py::test_proxy_tracks_changes PASSED ======== 10 passed ======== py$(PYV): OK congratulations :)