SOLVED: PyInstaller can build and run a Windows .exe but no console output is visible

I can get PyInstaller to build and run a Windows .exe file but I can not see the terminal output of that application when I run it on Travis. I want to be able to see the output in the Travis run so I know that the application is working properly. Any thoughts?

I was wrong… It works as expected.