From: hyokeun Date: Mon, 9 Nov 2015 09:00:21 +0000 (+0900) Subject: Remove pytest X-Git-Tag: submit/devel/20190730.075504~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1a2de0c22eb832a0fbe43f4e9a5223b4395446ef;p=services%2Fpython-requests.git Remove pytest Change-Id: I270712ac3e094e1409b3500a8c64fde8fc0e258b --- diff --git a/Makefile b/Makefile index e225b13..4dd73ad 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,6 @@ init: pip install -r requirements.txt -test: - py.test - ci: init py.test --junitxml=junit.xml