From fdaa90e1b89328d440c6e7f31a8a66174b6a0cd4 Mon Sep 17 00:00:00 2001 From: Rafael Caricio Date: Sat, 18 Jul 2015 21:42:46 +0200 Subject: [PATCH] Sandbox shell executable single command --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ed64ba..68472d1 100644 --- a/Makefile +++ b/Makefile @@ -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: