From 1a2de0c22eb832a0fbe43f4e9a5223b4395446ef Mon Sep 17 00:00:00 2001 From: hyokeun Date: Mon, 9 Nov 2015 18:00:21 +0900 Subject: [PATCH] Remove pytest Change-Id: I270712ac3e094e1409b3500a8c64fde8fc0e258b --- Makefile | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.34.1