Sandbox shell executable single command

This commit is contained in:
Rafael Caricio 2015-07-18 21:42:46 +02:00
parent 0ac2f13452
commit fdaa90e1b8

View file

@ -3,7 +3,10 @@ setup: deps db
deps:
@pip install -r requirements.txt
pyvows: db
sandbox_shell:
@env PYTHONPATH=$$PYTHONPATH:vows/sandbox/:. python vows/sandbox/manage.py shell
pyvows:
@env PYTHONPATH=$$PYTHONPATH:vows/sandbox/:. pyvows -c -l django_pyvows --profile-threshold 95 vows/
ci_test: