forked from thumbor/thumbor-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
20 lines (15 loc) · 722 Bytes
/
Makefile
File metadata and controls
20 lines (15 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
setup:
@pip install -e .[tests]
compile_ext:
@python setup.py build_ext -i
f ?= "vows/"
test pyvows: compile_ext
@pyvows -vv --profile --cover --cover-package=thumbor_plugins --cover-threshold=90 $f
@nosetests -sv
ci_test: compile_ext
@echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
@echo "TORNADO IS `python -c 'import tornado; import inspect; print(inspect.getfile(tornado))'`"
@echo "%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
@pyvows -vvv --profile --cover --cover-package=thumbor_plugins --cover-threshold=90 vows/
install:
@pip install install https://github.com/thumbor/thumbor-plugins/archive/master.zip