Skip to content

Commit 92b1f90

Browse files
authored
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.
1 parent 4d38517 commit 92b1f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ before_script:
8888
echo "$changes"
8989
exit 1
9090
fi
91-
./python -m test.pythoninfo
91+
make pythoninfo
9292
9393
script:
9494
# Using the built Python as patchcheck.py is built around the idea of using

0 commit comments

Comments
 (0)