Skip to content

Commit

Permalink
install python and pip on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Dec 1, 2016
1 parent 2751c12 commit a8b7a1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ script:
# - sh travis.sh run_syntax_tests

after_success:
- if [ "$SUBLIME_TEXT_VERSION" == "3" ] && [ "$TRAVIS_OS_NAME" == "osx" ]; then
brew install python;
fi
- if [ "$SUBLIME_TEXT_VERSION" == "3" ]; then
pip install coveralls;
coveralls;
Expand Down

0 comments on commit a8b7a1c

Please sign in to comment.