summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2018-02-17 16:23:59 -0800
committerGitHub <noreply@github.com>2018-02-17 16:23:59 -0800
commitd5be8e13b0ccf4473300d3a1672fc113702cf66c (patch)
treee9394a848c20625b46d7518ac8e2e11d9820de5d /.travis.yml
parentaeb5d73b0d29a8c14732dc796425ab53114bd0c3 (diff)
downloadcpython-git-d5be8e13b0ccf4473300d3a1672fc113702cf66c.tar.gz
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. (cherry picked from commit d6ff8a7037903497eff95fa32bdac2b6adf71505) Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
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 dd0688717c..665b266146 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: