We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ee314 commit 5c68ce3Copy full SHA for 5c68ce3
1 file changed
.travis.yml
@@ -21,7 +21,8 @@ matrix:
21
- PBIN=pip
22
- PRUN="pipenv run"
23
before_install:
24
- - choco install python openssl.light
+ - choco install python --version=3.7.5
25
+ - choco install openssl.light
26
install:
27
- pip install pipenv
28
- pipenv install -d
0 commit comments