Skip to content

Commit 0013080

Browse files
committed
Merge pull request scrapy#1690 from atmosx/buildbot-pytest
[MRG+1] Changed buildbot makefile to use 'pytest'
2 parents 9396e0e + 1f3d90a commit 0013080

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)