We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3ea07 commit 1f3d90aCopy full SHA for 1f3d90a
Makefile.buildbot
@@ -1,9 +1,8 @@
1
-TRIAL := $(shell which trial)
2
BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
3
export PYTHONPATH=$(PWD)
4
5
test:
6
- coverage run --branch $(TRIAL) --reporter=text tests
+ py.test --cov=scrapy --cov-report= scrapy tests
7
rm -rf htmlcov && coverage html
8
-s3cmd sync -P htmlcov/ s3://static.scrapy.org/coverage-scrapy-$(BRANCH)/
9
0 commit comments