]> granicus.if.org Git - python/commitdiff
bpo-31231: Fix pythoninfo in Travis config (#3134)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 18 Aug 2017 15:30:51 +0000 (17:30 +0200)
committerGitHub <noreply@github.com>
Fri, 18 Aug 2017 15:30:51 +0000 (17:30 +0200)
bpo-31231, bpo-30871: Replace "./python -m test.pythoninfo" with
"make pythoninfo", since macOS uses ./python.exe.

.travis.yml

index 4c431241680c2687a6a25bdda5103852c8b64750..f6e9057e28d65c3cd39fbd19bc06323c6f681873 100644 (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