Sandbox shell executable single command
This commit is contained in:
parent
0ac2f13452
commit
fdaa90e1b8
1 changed files with 4 additions and 1 deletions
5
Makefile
5
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:
|
||||
|
|
Reference in a new issue