Merge pull request #2999 from linovia/feature/short_pytest_tracebacks

Let py.test use the short traceback format.
This commit is contained in:
Xavier Ordoquy 2015-06-02 16:24:47 +01:00
commit a97cbd1d68

View File

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