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=refs%2Fchanges%2F00%2F51400%2F1;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