From de368c98d89b9e35ec5272d5e6a2f1b71a8614f1 Mon Sep 17 00:00:00 2001 From: Peter Melnichenko Date: Wed, 27 Apr 2016 23:17:53 +0300 Subject: [PATCH] Fix OS X build on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 256de15..878cb6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ matrix: language: generic install: - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install python; brew install pip; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install python; fi - pip install pyflakes - pip install pep8