Skip to content

Commit 58e25b0

Browse files
committed
Fix travis ci
1 parent 937d6fd commit 58e25b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ matrix:
88
name: "Python 3.6.7 on Xenial Linux"
99
- name: "Python 3.7.4 on macOS"
1010
os: osx
11-
osx_image: xcode11
11+
osx_image: xcode11.2
1212
language: shell
13-
- name: "Python 3.7.4 on Windows"
13+
- name: "Python 3.7.5 on Windows"
1414
os: windows
1515
language: shell
1616
before_install:
17-
- choco install python
17+
- choco install python --version=3.7.5
1818
- python -m pip install --upgrade pip
1919
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
2020

0 commit comments

Comments
 (0)