We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47eee5 commit d407cd8Copy full SHA for d407cd8
.travis.yml
@@ -9,7 +9,7 @@ matrix:
9
os: windows # Windows 10.0.17134 N/A Build 17134
10
language: shell # 'language: python' is an error on Travis CI Windows
11
before_install:
12
- - choco install python3
+ - choco install python3 --version 3.7.3
13
- pip install virtualenv
14
- virtualenv $HOME/venv
15
- source $HOME/venv/Scripts/activate
0 commit comments