From a25b54ad7ef85a5f440e3e68c41d169db802a663 Mon Sep 17 00:00:00 2001 From: Szymon Datko Date: Thu, 2 May 2019 23:24:03 +0200 Subject: [PATCH] Fix missing tox env in dev install doc Within the documentation about how to setup own development instance, there is a missing tox environment name in sections that describe how to launch worker for notifications. This change introduces the missing parts of tox commands. Change-Id: If32707bd2f93310723fbcdb045e2781edd65fb78 --- doc/source/install/development.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install/development.rst b/doc/source/install/development.rst index 1e7a9296..a4da1a2d 100644 --- a/doc/source/install/development.rst +++ b/doc/source/install/development.rst @@ -185,7 +185,7 @@ file is already set up to enable notifications. To run the workers so that notifications are actually created, use tox in the root of the ``storyboard`` repository:: - tox -e storyboard-worker-daemon --config-file ./docker/storyboard.conf + tox -e venv -- storyboard-worker-daemon --config-file ./docker/storyboard.conf This will start 5 workers to listen for events and create any relevant notifications. @@ -426,7 +426,7 @@ in the root of the ``storyboard`` repository:: To run the workers so that notifications are actually created, use tox in the root of the ``storyboard`` repository:: - tox -e storyboard-worker-daemon --config-file ./etc/storyboard.conf + tox -e venv -- storyboard-worker-daemon --config-file ./etc/storyboard.conf This will start 5 workers to listen for events and create any relevant notifications.