summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-08-18 17:30:51 +0200
committerGitHub <noreply@github.com>2017-08-18 17:30:51 +0200
commit92b1f90143286385c0ff5be98d3721b90580a912 (patch)
tree4d325da12b6dab4dc449c9e7cf2d49b802b0a5a8 /.travis.yml
parent4d3851727fb82195e4995c6064b0b2d6cbc031c4 (diff)
downloadcpython-git-92b1f90143286385c0ff5be98d3721b90580a912.tar.gz
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4c43124168..f6e9057e28 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