Update tox and readme steps
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 27 Nov 2017 20:42:56 +0000 (15:42 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 27 Nov 2017 20:42:56 +0000 (15:42 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
README
tox.ini

diff --git a/README b/README
index 5e277e3f72d82c59459107918adea998762bb688..4ee9be07dfadf328520b157bfb18c724c5cf6d7a 100644 (file)
--- a/README
+++ b/README
@@ -24,4 +24,5 @@ How to run:
 ==========
 
 1: python lttng_ivc/bootstrap.py
 ==========
 
 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 9130ab4374a73d67e16ef5a9576188f8bc1718f7..f76b387f70fd9b3e2acc3bf3dfa3f78a510c9e7a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -9,6 +9,7 @@ envlist = py35
 [testenv]
 changedir= lttng_ivc
 commands = python bootstrap.py
 [testenv]
 changedir= lttng_ivc
 commands = python bootstrap.py
+       python build_projects.py
        pytest tests/
 deps =
     pytest
        pytest tests/
 deps =
     pytest
This page took 0.0257 seconds and 5 git commands to generate.