projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb1515a
)
Remove py.test in Makefile
author
Rong Jinhui
<jinhui.rong@samsung.com>
Sat, 16 Jan 2016 02:13:37 +0000
(10:13 +0800)
committer
Rong 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
patch
|
blob
|
history
diff --git
a/Makefile
b/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