We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937d6fd commit 58e25b0Copy full SHA for 58e25b0
.travis.yml
@@ -8,13 +8,13 @@ matrix:
8
name: "Python 3.6.7 on Xenial Linux"
9
- name: "Python 3.7.4 on macOS"
10
os: osx
11
- osx_image: xcode11
+ osx_image: xcode11.2
12
language: shell
13
- - name: "Python 3.7.4 on Windows"
+ - name: "Python 3.7.5 on Windows"
14
os: windows
15
16
before_install:
17
- - choco install python
+ - choco install python --version=3.7.5
18
- python -m pip install --upgrade pip
19
env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
20
0 commit comments