Skip to content

Commit

Permalink
fixing makefile for virtualenv --no-site-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfalcao committed Nov 2, 2012
1 parent f00aa32 commit 0f3d651
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
all: check_dependencies unit functional integration


filename=unclebob-`python -c 'import unclebob.version;print unclebob.version.version'`.tar.gz

export UNCLEBOB_DEPENDENCIES:= nose django south sure
export DJANGO_SETTINGS_MODULE:= djangounclebob.settings
export PYTHONPATH:= ${PWD}

check_dependencies:
@echo "Checking for dependencies to run tests ..."
Expand Down

0 comments on commit 0f3d651

Please sign in to comment.