From e5b1c3c829c77101ac6d330e0d7f4ed5f4522954 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Thu, 26 Jul 2018 19:06:03 -0400 Subject: [PATCH] dont manually install python on mac --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 146ce88e2..02a3af873 100644 --- a/.travis.yml +++ b/.travis.yml @@ -78,6 +78,7 @@ jobs: name: "Mac" os: osx osx_image: xcode9.4 + language: generic install: - brew install python - pip install pyinstaller