Prevent stderr from being captured - last build was still hanging

This commit is contained in:
Micah Jerome Ellison 2020-05-24 14:25:41 -07:00
parent 1d906e274b
commit 84569e590c

View file

@ -20,7 +20,7 @@ install:
- poetry run python --version
script:
- poetry run behave
- poetry run behave --no-capture-stderr
aliases:
test_mac: &test_mac