mirror of https://github.com/scrapy/scrapy.git
Fixed buildbot tests, after 242c085
This commit is contained in:
parent
3e1d157b9e
commit
5e87ed6499
|
|
@ -6,7 +6,7 @@ endif
|
|||
export PYTHONPATH=$(PWD)
|
||||
|
||||
test:
|
||||
coverage run --branch $(TRIAL) --reporter=text scrapy.tests
|
||||
coverage run --branch $(TRIAL) --reporter=text tests
|
||||
rm -rf htmlcov && coverage html
|
||||
-s3cmd sync -P htmlcov/ s3://static.scrapy.org/coverage-scrapy-$(BRANCH)/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue