Skip to content

Commit

Permalink
travis: py368 is latest py36 version on choco
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Mar 22, 2020
1 parent 2c8cdec commit 0c7d66b
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 @@ -18,7 +18,7 @@ notifications:
before_install:
- |
if [[ "$TRAVIS_OS_NAME" = windows ]]; then
choco install python --version 3.6.10
choco install python --version 3.6.8
export PATH="/c/Python36:/c/Python36/Scripts:$PATH"
# make sure it's on PATH as 'python3'
ln -s /c/Python36/python.exe /c/Python36/python3.exe
Expand Down

0 comments on commit 0c7d66b

Please sign in to comment.