diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2018-02-17 23:58:57 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-17 23:58:57 (GMT) |
commit | d6ff8a7037903497eff95fa32bdac2b6adf71505 (patch) | |
tree | 67fa8dcf249d2d1cf8046b67f6453edcf8677e3a /.travis.yml | |
parent | 17ab8f0e8e2b2f66d11fbb95aa9936544a5e1a9a (diff) | |
download | cpython-d6ff8a7037903497eff95fa32bdac2b6adf71505.zip cpython-d6ff8a7037903497eff95fa32bdac2b6adf71505.tar.gz cpython-d6ff8a7037903497eff95fa32bdac2b6adf71505.tar.bz2 |
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.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index dd06887..665b266 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: |