Skip to content

Commit

Permalink
appveyor: Use /usr/bin/python3 for misc/units.py
Browse files Browse the repository at this point in the history
misc/units.py doesn't work with /mingw{32,64}/python3 for now.
  • Loading branch information
k-takata committed Oct 16, 2019
1 parent 2eabf43 commit 7163a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win32/appveyor.bat
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ c:\cygwin64\bin\file readtags.exe
.\ctags --version || exit 1

:: Run tests on msys2
bash -lc "make check APPVEYOR=1"
bash -lc "make check APPVEYOR=1 PYTHON=/usr/bin/python3"

@echo off
goto :eof
Expand Down Expand Up @@ -173,7 +173,7 @@ if "%normalbuild%-%ARCH%"=="yes-x64" (
@echo Tests for msys2 x64 are skipped.
exit 0
)
bash -lc "make check APPVEYOR=1"
bash -lc "make check APPVEYOR=1 PYTHON=/usr/bin/python3"

@echo off
goto :eof
Expand Down

0 comments on commit 7163a88

Please sign in to comment.