Start working on OSX Travis

This commit is contained in:
Kovid Goyal 2017-01-10 11:23:19 +05:30
parent 5af4edc91a
commit 002a7ee146

View File

@ -37,6 +37,10 @@ matrix:
- libxinerama-dev
- libxcursor-dev
- clang
- os: osx
before_install:
- brew update
- brew outdated glew || brew upgrade glew
install:
- if [[ "$RUN_FLAKE" == "1" ]]; then pip install flake8; fi