aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Lenc <mattl@incuna.com>2014-06-18 12:27:54 +0100
committerMatt Lenc <mattl@incuna.com>2014-06-18 12:27:54 +0100
commit3898e56c1f8a4cceea21e2628fdb7d93f97ca615 (patch)
treefe40487b8580843f2e15eaa2c9b8c15594b727b8 /Makefile
parent6819627b1748a1cf367238015a0aec1df2a1bed3 (diff)
downloaddjango-wkhtmltopdf-3898e56c1f8a4cceea21e2628fdb7d93f97ca615.tar.gz
django-wkhtmltopdf-3898e56c1f8a4cceea21e2628fdb7d93f97ca615.tar.bz2
django-wkhtmltopdf-3898e56c1f8a4cceea21e2628fdb7d93f97ca615.zip
Make teh tests run right
Because Django 1.6 and other fireworks.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 059771c..eb99a79 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,12 @@
SHELL := /bin/bash
+help:
+ @echo "Usage:"
+ @echo " make release | Release to pypi."
+ @echo " make test | Run the tests."
+
release:
- python setup.py register sdist upload
+ python setup.py register sdist bdist_wheel upload
test:
- ./run_tests.sh
+ python ./wkhtmltopdf/tests/run.py