mirror of https://github.com/scrapy/scrapy.git
added Makefile for building docs and testing
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40439
This commit is contained in:
parent
b714b5ab09
commit
9e43e69d13
|
|
@ -0,0 +1,16 @@
|
|||
export PYTHONPATH =: .
|
||||
|
||||
SETTINGS = export DJANGO_SETTINGS_MODULE=scrapyorg.settings
|
||||
|
||||
.PHONY : all build docs tests
|
||||
|
||||
all : build tests
|
||||
|
||||
build : docs
|
||||
|
||||
docs :
|
||||
sphinx-build -a -b pickle docs/sources docs/pickle
|
||||
|
||||
tests :
|
||||
$(SETTINGS); \
|
||||
django-admin.py test
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue