From 10ea99d1fb6db27e20899a30724b1e23db0756d8 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Mon, 27 Nov 2017 15:42:56 -0500 Subject: [PATCH] Update tox and readme steps Signed-off-by: Jonathan Rajotte --- README | 3 ++- tox.ini | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 5e277e3..4ee9be0 100644 --- a/README +++ b/README @@ -24,4 +24,5 @@ How to run: ========== 1: python lttng_ivc/bootstrap.py -2: pytest -sv lttng_ivc/tests/ +2: python lttng_ivc/build_projects.py +3: pytest -sv lttng_ivc/tests/ diff --git a/tox.ini b/tox.ini index 9130ab4..f76b387 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ envlist = py35 [testenv] changedir= lttng_ivc commands = python bootstrap.py + python build_projects.py pytest tests/ deps = pytest -- 2.34.1