Skip to content

Commit 68d36a5

Browse files
authored
Merge pull request #44 from mattip/macosx
specify python version for macos
2 parents 3c79d00 + 0ede293 commit 68d36a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,12 @@ matrix:
3232
- os: osx
3333
language: objective-c
3434
env:
35+
- MB_PYTHON_VERSION=3.7
3536
- PLAT=x86_64
3637
- os: osx
3738
language: objective-c
3839
env:
40+
- MB_PYTHON_VERSION=3.7
3941
- PLAT=i686
4042
- os: linux
4143
env:
@@ -44,6 +46,7 @@ matrix:
4446
- os: osx
4547
language: objective-c
4648
env:
49+
- MB_PYTHON_VERSION=3.7
4750
- PLAT=x86_64
4851
- INTERFACE64=1
4952
- os: linux
@@ -131,5 +134,6 @@ after_success:
131134
# Upload libraries to the shared staging area on anaconda.org
132135
# Note that the anaconda-client package on PyPI is too old. Install from github
133136
# tag instead:
137+
- python -c "import sys; print(sys.version)"
134138
- pip install -q git+https://github.com/Anaconda-Platform/[email protected]
135139
- upload_to_anaconda

0 commit comments

Comments
 (0)