From: Armin Ronacher Date: Wed, 28 Dec 2016 14:15:10 +0000 (+0100) Subject: Switch to short traceback X-Git-Tag: 2.9~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55e2c4a01c03aafa2936cfcfd6801c61dd53a102;p=thirdparty%2Fjinja.git Switch to short traceback --- diff --git a/Makefile b/Makefile index 87ea2198..3c12a8c9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ test: - py.test tests + py.test tests --tb=short develop: pip install --editable .