summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2019-11-03 14:19:26 -0400
committerDavid Bremner <david@tethera.net>2019-12-03 08:12:30 -0400
commitaf8c069194df3b47c30d0f82e2c2acca873e54e3 (patch)
tree444ce1617b2cad058d6cde0332c65786fdbb2846
parent85adc756c97646ae63e68fc2f80afd6b34b86fa9 (diff)
travis: add python3-{cffi,pytest,setuptools}, libpython3-all-dev
These are needed for building and testing the new python bindings.
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
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: