aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMarc Tamlyn <marc.tamlyn@gmail.com>2012-08-06 09:42:02 +0100
committerMarc Tamlyn <marc.tamlyn@gmail.com>2012-08-06 09:42:02 +0100
commit77b0b2e4ba2604ff728f9cf84dc728de36abb974 (patch)
tree3cfb11d91d90f1d8f8e23ff7b80435694b61368a /Makefile
parent16916a83251a2b1f601842d52abd0577486c0a0f (diff)
downloaddjango-wkhtmltopdf-77b0b2e4ba2604ff728f9cf84dc728de36abb974.tar.gz
django-wkhtmltopdf-77b0b2e4ba2604ff728f9cf84dc728de36abb974.tar.bz2
django-wkhtmltopdf-77b0b2e4ba2604ff728f9cf84dc728de36abb974.zip
Check PYTHONPATH in the Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c691507..f7ad668 100644
--- a/Makefile
+++ b/Makefile
@@ -4,4 +4,4 @@ release:
python setup.py register sdist upload
test:
- django-admin.py test tests --settings=wkhtmltopdf.test_settings
+ PYTHONPATH=.:$$PYTHONPATH; django-admin.py test tests --settings=wkhtmltopdf.test_settings