From: Jonathan Rajotte Date: Mon, 27 Nov 2017 20:42:56 +0000 (-0500) Subject: Update tox and readme steps X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-ivc.git;a=commitdiff_plain;h=10ea99d1fb6db27e20899a30724b1e23db0756d8 Update tox and readme steps Signed-off-by: Jonathan Rajotte --- 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