From af8c069194df3b47c30d0f82e2c2acca873e54e3 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 3 Nov 2019 14:19:26 -0400 Subject: [PATCH] travis: add python3-{cffi,pytest,setuptools}, libpython3-all-dev These are needed for building and testing the new python bindings. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: -- 2.43.0