Skip to content

Commit

Permalink
Changed buildbot makefile to use 'pytest'
Browse files Browse the repository at this point in the history
  • Loading branch information
atmosx committed Jan 19, 2016
1 parent 4b3ea07 commit 1f3d90a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.buildbot
Original file line number Diff line number Diff line change
@@ -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 1f3d90a

Please sign in to comment.