From 8b2a61d036ad9891f4a219d28cb421868032a6b8 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 27 Nov 2017 17:06:28 -0500 Subject: [PATCH] Include tox inside README Signed-off-by: Jonathan Rajotte --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 4ee9be0..9865bbf 100644 --- a/README +++ b/README @@ -26,3 +26,7 @@ How to run: 1: python lttng_ivc/bootstrap.py 2: python lttng_ivc/build_projects.py 3: pytest -sv lttng_ivc/tests/ + +With tox: + +1: tox -r ./ -- 2.34.1