Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit a49016d

Browse files
committed
rebase to latest daily
1 parent f2b9065 commit a49016d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,20 @@ matrix:
5050
- PLAT=i686
5151
- os: osx
5252
language: generic
53-
env: MB_PYTHON_VERSION=2.7
53+
env:
54+
- MB_PYTHON_VERSION=2.7
55+
- MACOSX_DEPLOYMENT_TARGET=10.6 # since pandas PR24274, mac builds default to 10.9
5456
- os: osx
5557
language: generic
5658
env:
5759
- MB_PYTHON_VERSION=3.5
60+
- MACOSX_DEPLOYMENT_TARGET=10.6 # since pandas PR24274, mac builds default to 10.9
5861
- os: osx
5962
language: generic
6063
env:
6164
- MB_PYTHON_VERSION=3.6
65+
- MACOSX_DEPLOYMENT_TARGET=10.6 # since pandas PR24274, mac builds default to 10.9
66+
6267

6368

6469
before_install:

0 commit comments

Comments
 (0)