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 f04d0e4 commit 28a0777
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 @@ -21,7 +21,7 @@ before_install:
choco install python --version 3.7.1
export PATH="/c/Python38:/c/Python38/Scripts:$PATH"
# make sure it's on PATH as 'python3'
ln -s /c/Python38/python.exe /c/Python38/python3.exe
ln -s /c/Python37/python.exe /c/Python37/python3.exe
fi
install:
Expand Down

0 comments on commit 28a0777

Please sign in to comment.