From 27197ed6c30411cdcf1751e4af59e7cd11f34a9e Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 9 Feb 2018 17:57:36 +0100 Subject: [PATCH] remove -s on Travis now that we have better reporting of failures --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d5f64070..213cd54e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ install: script: # cd into tests so CWD being repo2docker does not hide # possible issues with MANIFEST.in - - cd tests && pytest --cov repo2docker -s -v ${REPO_TYPE} + - cd tests && pytest --cov repo2docker -v ${REPO_TYPE} after_success: - pip install codecov - codecov