From 87a523465bbcda8276ce1872bb22f7f0da843d36 Mon Sep 17 00:00:00 2001 From: Xavier Ordoquy Date: Tue, 2 Jun 2015 10:49:47 +0100 Subject: [PATCH] Let py.test use the short traceback format. --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index f91f8b3ff..b0e3a56c3 100644 --- a/tox.ini +++ b/tox.ini @@ -1,3 +1,6 @@ +[pytest] +addopts=--tb=short + [tox] envlist = py27-{flake8,docs},