Skip to content

Commit

Permalink
travis: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Mar 22, 2020
1 parent 28a0777 commit 807b09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ notifications:
before_install:
- |
if [[ "$TRAVIS_OS_NAME" = windows ]]; then
choco install python --version 3.7.1
export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
choco install python --version 3.7.4
export PATH="/c/Python37:/c/Python37/Scripts:$PATH"
# make sure it's on PATH as 'python3'
ln -s /c/Python37/python.exe /c/Python37/python3.exe
fi
Expand Down

0 comments on commit 807b09c

Please sign in to comment.