diff --git a/roles/ensure-tox/README.rst b/roles/ensure-tox/README.rst new file mode 100644 index 000000000..60e0cac34 --- /dev/null +++ b/roles/ensure-tox/README.rst @@ -0,0 +1,4 @@ +Ensure tox is installed + +If tox is not already installed, it will be installed via pip in the +user install directory (i.e., "pip install --user").