Remove py.test in Makefile
authorRong Jinhui <jinhui.rong@samsung.com>
Sat, 16 Jan 2016 02:13:37 +0000 (10:13 +0800)
committerRong Jinhui <jinhui.rong@samsung.com>
Sat, 16 Jan 2016 02:13:37 +0000 (10:13 +0800)
Change-Id: I74294cd9adf666697ea82ef9eefab3a78a3ef50d
Signed-off-by: Rong Jinhui <jinhui.rong@samsung.com>
Makefile

index e225b13757a3ca5fb1eeaf93e443ef3424c3f66e..d3cf013f30c31596063a2772218a74f53375e059 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 init:
        pip install -r requirements.txt
 
-test:
-       py.test
+#test:
+#      py.test
 
 ci: init
        py.test --junitxml=junit.xml