From cec072a7346f75c2670dfa44c8305f7b7841fe67 Mon Sep 17 00:00:00 2001 From: Julien Date: Wed, 22 Feb 2017 22:14:06 +0800 Subject: Add tox support be easier to test jjb locally before submit for review. add unitest in modules dir to tox(tox -emodules) Change-Id: Ief4f10debc567d1d3ba111685c86b812a2058697 Signed-off-by: Julien --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 431e52139..eeabaeb63 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ testapi_venv/ .cache .tox *.retry +job_output/ -- cgit 1.2.3-korg