summaryrefslogtreecommitdiff
path: root/tox/hookspecs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tox/hookspecs.py')
-rw-r--r--tox/hookspecs.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox/hookspecs.py b/tox/hookspecs.py
index 36c539c..c147b13 100644
--- a/tox/hookspecs.py
+++ b/tox/hookspecs.py
@@ -41,3 +41,8 @@ def tox_testenv_create(venv, action):
@hookspec
def tox_testenv_install_deps(venv, action):
""" [experimental] perform install dependencies action for this venv. """
+
+
+@hookspec
+def tox_report_status(venvname, status):
+ """ [experimental] called with each venvname, and the status for that venv. """