bpo-31231: Fix pythoninfo in Travis config (#3134)

bpo-31231, bpo-30871: Replace "./python -m test.pythoninfo" with
"make pythoninfo", since macOS uses ./python.exe.
This commit is contained in:
Victor Stinner 2017-08-18 17:30:51 +02:00 committed by GitHub
parent 4d3851727f
commit 92b1f90143
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ before_script:
echo "$changes"
exit 1
fi
./python -m test.pythoninfo
make pythoninfo
script:
# Using the built Python as patchcheck.py is built around the idea of using