[travis] also compile for 'macpython' (official installers from Python.org);

override CC and CXX to use clang instead of gcc-4.2, which doesn't support C++11
This commit is contained in:
Cosimo Lupo 2015-08-12 09:42:30 +01:00
parent bb3d9248c0
commit a5822da956
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ language:
env:
matrix:
- INSTALL_TYPE='system' VERSION=2.7
- INSTALL_TYPE='macpython' VERSION=2.7.10 CC=clang CXX=clang++
- INSTALL_TYPE='macpython' VERSION=3.4.3 CC=clang CXX=clang++
- INSTALL_TYPE='homebrew' VERSION=2.7.10
- INSTALL_TYPE='homebrew' VERSION=3.4.3
install: