From 84569e590ccee2d0f2d8245312dc26f17eecaf25 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sun, 24 May 2020 14:25:41 -0700 Subject: [PATCH] Prevent stderr from being captured - last build was still hanging --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5590ccef..d622e9fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: - poetry run python --version script: - - poetry run behave + - poetry run behave --no-capture-stderr aliases: test_mac: &test_mac