From 6150add67f47cd18badea4f328fbcdcf29a4cb1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Tue, 10 Apr 2018 19:03:15 +0300 Subject: [PATCH] tests: Output stdout/stderr --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f823c7..693d908 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ script: - echo 127.0.1.1 ca.example.lan ca | sudo tee -a /etc/hosts - sudo hostname -F /etc/hostname - sudo find /home/ -type d -exec chmod 755 {} \; # Allow certidude serve to read templates - - sudo coverage run --parallel-mode --source certidude -m py.test tests + - sudo coverage run --parallel-mode --source certidude -m py.test tests --capture=sys - sudo coverage combine - sudo coverage report - sudo coverage xml -i