From 1f3d90ad464ce946897e38165547159db1ca1b9e Mon Sep 17 00:00:00 2001 From: Panagiotis Atmatzidis Date: Tue, 19 Jan 2016 09:03:01 +0200 Subject: [PATCH] Changed buildbot makefile to use 'pytest' --- Makefile.buildbot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.buildbot b/Makefile.buildbot index 775538259..b3ddfa7ec 100644 --- a/Makefile.buildbot +++ b/Makefile.buildbot @@ -1,9 +1,8 @@ -TRIAL := $(shell which trial) BRANCH := $(shell git rev-parse --abbrev-ref HEAD) export PYTHONPATH=$(PWD) test: - coverage run --branch $(TRIAL) --reporter=text tests + py.test --cov=scrapy --cov-report= scrapy tests rm -rf htmlcov && coverage html -s3cmd sync -P htmlcov/ s3://static.scrapy.org/coverage-scrapy-$(BRANCH)/