travis: use default (newer) MacOS release

This commit is contained in:
Brian Warner 2016-12-14 13:58:35 -08:00
parent a7479f1fe1
commit a4ab78e12b

View File

@ -2,10 +2,6 @@ sudo: true
os:
- "linux"
- "osx"
# xcode7 gives us OS-X 10.10, which gives us newer OpenSSL (the default gives
# us 10.9, which appears to have OpenSSL-0.9.8, which is rejected by
# cryptography-1.4)
osx_image: xcode7
cache: pip
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log