From ffcc7a968cab26c620cf3e43770e6dd7d29801be Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Tue, 5 Aug 2014 15:29:18 +0300 Subject: [PATCH] py.test should capture stdout/stderr --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0701e2e..deb235b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ install: - "pip install ." - "pip install -r requirements.txt" -script: py.test -vvv -s +script: py.test -vvv