Skip to content

Commit 94bd7d1

Browse files
authored
fix macos ci for lower version macos is not compatible with higher binary (#102)
1 parent 68c3f1e commit 94bd7d1

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.travis.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,6 @@ matrix:
2020
- name: "Python 3.5 on Xenial Linux"
2121
python: 3.5
2222
dist: xenial
23-
- name: "Python 3.7.2 on macOS"
24-
os: osx
25-
osx_image: xcode10.14.3 # Python 3.7.2 running on macOS 10.14.3
26-
language: shell # 'language: python' is an error on Travis CI macOS
27-
before_install:
28-
- bash -x init_env.sh -p
29-
- source ~/.bashrc
30-
- pyenv global 3.7.3
31-
- pip install --upgrade pip
32-
- pip install -r requirements.txt
33-
- bash init_env.sh -i
34-
# - name: "Python 3.7.3 on Windows"
35-
# os: windows # Windows 10.0.17134 N/A Build 17134
36-
# language: shell # 'language: python' is an error on Travis CI Windows
37-
# before_install:
38-
# - choco install python
39-
# - python -m pip install --upgrade pip
40-
# # - pip install configobj
41-
# env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
4223
addons:
4324
apt:
4425
packages:

0 commit comments

Comments
 (0)