From: Armin Ronacher Date: Mon, 20 May 2013 10:44:15 +0000 (+0100) Subject: Updated makefile with tox and develop command X-Git-Tag: 2.7~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b76f0441d3ea1d84a1f09ad8974ab180703ec4d;p=thirdparty%2Fjinja.git Updated makefile with tox and develop command --- diff --git a/Makefile b/Makefile index 0d89eda7..9a315984 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