aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2018-02-17 17:58:57 -0600
committerGitHub <noreply@github.com>2018-02-17 17:58:57 -0600
commitd6ff8a7037903497eff95fa32bdac2b6adf71505 (patch)
tree67fa8dcf249d2d1cf8046b67f6453edcf8677e3a /.travis.yml
parentFix a typo in asyncio docs (#5721) (diff)
downloadcpython-d6ff8a7037903497eff95fa32bdac2b6adf71505.tar.gz
cpython-d6ff8a7037903497eff95fa32bdac2b6adf71505.tar.bz2
cpython-d6ff8a7037903497eff95fa32bdac2b6adf71505.zip
bpo-30638: Add clinic to `make regen-all` (GH-5671)
Also, use PYTHON_FOR_REGEN for clinic and blake2s_impl.c rather than PYTHON_FOR_BUILD, and update .travis.yml to make use of the change.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index dd0688717c0..665b266146a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -111,8 +111,7 @@ before_script:
fi
openssl version
./configure --with-pydebug
- make -j4
- make -j4 regen-all clinic
+ make -j4 regen-all
changes=`git status --porcelain`
if ! test -z "$changes"
then
@@ -120,6 +119,7 @@ before_script:
echo "$changes"
exit 1
fi
+ make -j4
make pythoninfo
script: