Skip to content

Commit

Permalink
Merge pull request #1690 from atmosx/buildbot-pytest
Browse files Browse the repository at this point in the history
[MRG+1] Changed buildbot makefile to use 'pytest'
  • Loading branch information
dangra committed Jan 19, 2016
2 parents 9396e0e + 1f3d90a commit 0013080
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.buildbot
@@ -1,9 +1,8 @@
TRIAL := $(shell which trial)
BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
export PYTHONPATH=$(PWD)

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

Expand Down

0 comments on commit 0013080

Please sign in to comment.