Let py.test use the short traceback format.

This commit is contained in:
Xavier Ordoquy 2015-06-02 10:49:47 +01:00
parent 8fa3284620
commit 87a523465b

View File

@ -1,3 +1,6 @@
[pytest]
addopts=--tb=short
[tox]
envlist =
py27-{flake8,docs},