From e9c54e1dd129928b15bb2a7d23eb8f6342bbc1a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Mon, 1 May 2017 18:16:50 +0000 Subject: [PATCH] tests: Disable output capture for pytest --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b048bfc..c09b1d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ script: - sudo useradd adminbot -G sudo -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' - sudo useradd userbot -G users -p '$1$PBkf5waA$n9EV6WJ7PS6lyGWkgeTPf1' - sudo adduser --system --no-create-home --group certidude - - sudo py.test --cov-report xml --cov=certidude tests/ + - sudo py.test -s --cov-report xml --cov=certidude tests/ cache: directories: - $HOME/.cache/pip