Skip to content

Commit 5c68ce3

Browse files
committed
fix to python 3.7
1 parent c4ee314 commit 5c68ce3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ matrix:
2121
- PBIN=pip
2222
- PRUN="pipenv run"
2323
before_install:
24-
- choco install python openssl.light
24+
- choco install python --version=3.7.5
25+
- choco install openssl.light
2526
install:
2627
- pip install pipenv
2728
- pipenv install -d

0 commit comments

Comments
 (0)