Skip to content

Commit

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

0 comments on commit 2c8cdec

Please sign in to comment.