]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Updated makefile with tox and develop command
authorArmin Ronacher <armin.ronacher@active-4.com>
Mon, 20 May 2013 10:44:15 +0000 (11:44 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Mon, 20 May 2013 10:44:15 +0000 (11:44 +0100)
Makefile

index 0d89eda7e3bdd83fafccb184bf00d63f201b7311..9a3159841393a4e1e0054df6ba80978c0717d7db 100644 (file)
--- 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