From 00d57672467568a74fe43136abe41bba48ee9615 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 6 Sep 2019 07:17:47 -0400 Subject: [PATCH] show Python MacOS versions --- src/travis/osx-x86_64-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/travis/osx-x86_64-install.sh b/src/travis/osx-x86_64-install.sh index 8dd02c01..63ab226d 100755 --- a/src/travis/osx-x86_64-install.sh +++ b/src/travis/osx-x86_64-install.sh @@ -1,4 +1,6 @@ cd src +echo "MacOS Version Info According to Python:" +python -c "import platform; print(platform.mac_ver())" $python -OO -m PyInstaller --clean --noupx --strip -F --distpath=gam $GAMOS-gam.spec export gam="gam/gam" export gampath=gam