Skip to content

Commit

Permalink
update test runner in Makefile. Use .env environment by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlov99 committed Nov 21, 2014
1 parent 9707f7b commit 3587251
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ENV=$(CURDIR)/.env
BIN=$(ENV)/bin
PYTHON=$(BIN)/python
DJANGO_ADMIN=$(shell which django-admin.py)
DJANGO_ADMIN=$(BIN)/django-admin.py
SETTINGS_TEST=tests.testapp.settings.test
SETTINGS_DEV=tests.testapp.settings.dev
PARAMS_DEV=--settings=$(SETTINGS_DEV) --pythonpath=$(CURDIR)
Expand Down

0 comments on commit 3587251

Please sign in to comment.