From 7b85128867bb33af7230873c20a72c615be68a94 Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Thu, 15 Sep 2016 14:16:43 +0530 Subject: Add basic testing for JJB jobs This will make sure that the JJB jobs are syntactically correct Change-Id: I634cd77f53e5a64f4433f8d9c1a5e66a1ac8a753 Signed-off-by: Nigel Babu --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 setup.py (limited to 'setup.py') diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..23e6f53 --- /dev/null +++ b/setup.py @@ -0,0 +1,5 @@ +from setuptools import setup +setup( + name = "build-jobs", + version = "0.1", +) -- cgit