Skip to content

Commit

Permalink
Fix installation of Python 3.7.9 on Windows (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaletic authored Nov 28, 2020
1 parent 3dea877 commit a5cc00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
os: windows
language: shell
before_install:
-choco install python3 --version=3.7.9
- choco install python3 --version=3.7.9
env:
- TOXENV=py37
- export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
Expand Down

0 comments on commit a5cc00d

Please sign in to comment.