In travis-ci, build for osx also

Drop gcc b/c it takes too long to install via addon.

Build only static/release, to save VMs. (No shared to debug.)
This commit is contained in:
Christopher Dunn
2015-04-18 18:24:46 -07:00
parent 745287275c
commit da498591fc
6 changed files with 61 additions and 39 deletions

View File

@@ -0,0 +1,7 @@
set -vex
#before_install: pyenv install 3.5.4 && pyenv global 3.5.4
#before_install: pyenv global 3.6
# https://docs.travis-ci.com/user/languages/python/
# "for Trusty, this means 2.7.6 and 3.4.3"
pyenv global 3.6