Skip to content

Commit eec20da

Browse files
committed
tox.ini: Tweak py.test options
1 parent 791c88b commit eec20da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tox.ini‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ deps =
66
pytest
77
pytest-cov
88
commands =
9-
py.test {posargs}
9+
py.test {posargs:-v --tb=short}
1010

1111
[testenv:flake8]
1212
basepython = python2.6

0 commit comments

Comments
 (0)