From: David Bremner Date: Sun, 3 Nov 2019 18:19:26 +0000 (-0400) Subject: travis: add python3-{cffi,pytest,setuptools}, libpython3-all-dev X-Git-Tag: archive/debian/0.30_rc0-1~124 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=af8c069194df3b47c30d0f82e2c2acca873e54e3 travis: add python3-{cffi,pytest,setuptools}, libpython3-all-dev These are needed for building and testing the new python bindings. --- diff --git a/.travis.yml b/.travis.yml index f9516bde..6c03f0fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,10 @@ addons: - libgmime-3.0-dev - libtalloc-dev - python3-sphinx + - python3-cffi + - python3-pytest + - python3-setuptools + - libpython3-all-dev - gpgsm script: