From 92b1f90143286385c0ff5be98d3721b90580a912 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 18 Aug 2017 17:30:51 +0200 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4c431241680..f6e9057e28d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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