Skip to content

Commit d407cd8

Browse files
author
Jerry Liang
committed
force python 3.7.3 for travis ci
1 parent e47eee5 commit d407cd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ matrix:
99
os: windows # Windows 10.0.17134 N/A Build 17134
1010
language: shell # 'language: python' is an error on Travis CI Windows
1111
before_install:
12-
- choco install python3
12+
- choco install python3 --version 3.7.3
1313
- pip install virtualenv
1414
- virtualenv $HOME/venv
1515
- source $HOME/venv/Scripts/activate

0 commit comments

Comments
 (0)