]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Switch to short traceback
authorArmin Ronacher <armin.ronacher@active-4.com>
Wed, 28 Dec 2016 14:15:10 +0000 (15:15 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Wed, 28 Dec 2016 14:15:10 +0000 (15:15 +0100)
Makefile

index 87ea21982fd49cf9b752d7d7241d514eb7fde127..3c12a8c97ad5f07804cfd0256f8e7724f2cee8b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 test:
-       py.test tests
+       py.test tests --tb=short
 
 develop:
        pip install --editable .