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

Commit 42a152e

Browse files
robbuckleyjreback
authored andcommitted
mac builds back to 10.6 (#38)
1 parent dd4601f commit 42a152e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,19 @@ matrix:
6060
- PLAT=i686
6161
- os: osx
6262
language: generic
63-
env: MB_PYTHON_VERSION=2.7
63+
env:
64+
- MB_PYTHON_VERSION=2.7
65+
- MACOSX_DEPLOYMENT_TARGET=10.6 # since pandas PR24274, mac builds default to 10.9
6466
- os: osx
6567
language: generic
6668
env:
6769
- MB_PYTHON_VERSION=3.5
70+
- MACOSX_DEPLOYMENT_TARGET=10.6 # since pandas PR24274, mac builds default to 10.9
6871
- os: osx
6972
language: generic
7073
env:
71-
- MB_PYTHON_VERSION=3.6.2
74+
- MB_PYTHON_VERSION=3.6
75+
- MACOSX_DEPLOYMENT_TARGET=10.6 # since pandas PR24274, mac builds default to 10.9
7276

7377

7478
before_install:

0 commit comments

Comments
 (0)