summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorAnthony Shaw <anthony.p.shaw@gmail.com>2018-01-24 12:04:10 +1100
committerGábor Bernát <gaborjbernat@gmail.com>2018-01-24 01:04:10 +0000
commit332f4ca0680cbf80c10a9df5e5cfafc7e0b7c2c4 (patch)
tree501b3bd1500894159dd3fb822563207cdeecc139 /changelog
parent336f4f6bd8b53223f940fc5cfc43b1bbd78d4699 (diff)
downloadtox-git-332f4ca0680cbf80c10a9df5e5cfafc7e0b7c2c4.tar.gz
Package stat plugin (#730)
* add a plugin for reporting on the package versions in a venv. see #725 * changelog entry for #725 * fix lint issue * add docstring comment on expected response
Diffstat (limited to 'changelog')
-rw-r--r--changelog/725.feature.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog/725.feature.rst b/changelog/725.feature.rst
new file mode 100644
index 00000000..93003214
--- /dev/null
+++ b/changelog/725.feature.rst
@@ -0,0 +1,2 @@
+Add tox_runenvreport as a possible plugin, allowing the overriding of the default behaviour to execute a command
+to get the installed packages within a virtual environment - by @tonybaloney