Merge pull request #841 from cyberplant/patch-1

Fixed buildbot tests, after 242c085
This commit is contained in:
Shane 2014-08-05 12:31:20 +01:00
commit c2497e660b
1 changed files with 1 additions and 1 deletions

View File

@ -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)/