Skip to content

Commit 1f3d90a

Browse files
committed
Changed buildbot makefile to use 'pytest'
1 parent 4b3ea07 commit 1f3d90a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile.buildbot

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
TRIAL := $(shell which trial)
21
BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
32
export PYTHONPATH=$(PWD)
43

54
test:
6-
coverage run --branch $(TRIAL) --reporter=text tests
5+
py.test --cov=scrapy --cov-report= scrapy tests
76
rm -rf htmlcov && coverage html
87
-s3cmd sync -P htmlcov/ s3://static.scrapy.org/coverage-scrapy-$(BRANCH)/
98

0 commit comments

Comments
 (0)