Skip to content

Commit e70f3c9

Browse files
committed
Run tests in verbose mode
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent 4ec29b8 commit e70f3c9

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
@@ -2,5 +2,5 @@
22
envlist = py34, py35
33

44
[testenv]
5-
commands = py.test tests/
5+
commands = py.test -rs -vvv tests/
66
deps = -rtests/test_requirements.txt

0 commit comments

Comments
 (0)