From 29db986b582de2516b30872090a28a858e605f63 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Sun, 30 Jul 2017 02:44:12 -0700 Subject: [PATCH] Print stdout for all the tests! Makes it easier to verify what is going on. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a3667338..e0416356 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ install: script: # Run at least 4 tests in parallel. These tests are all fully # parallelizable - - pytest -v -n4 tests/${REPO_TYPE} + - pytest -s -v -n4 tests/${REPO_TYPE} env: - REPO_TYPE=conda