summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-05-20 11:44:15 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2013-05-20 11:44:15 +0100
commit3b76f0441d3ea1d84a1f09ad8974ab180703ec4d (patch)
tree0cdc12d3ebd081feb2215c1c621e3da690b41543
parent542e3c8738f39bf17e4d8b1545e3e36851c71882 (diff)
downloadjinja2-3b76f0441d3ea1d84a1f09ad8974ab180703ec4d.tar.gz
Updated makefile with tox and develop command
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0d89eda..9a31598 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,12 @@
test:
python setup.py test
+develop:
+ pip install --editable .
+
+tox-test:
+ @tox
+
release:
python scripts/make-release.py