]> git.notmuchmail.org Git - notmuch/commitdiff
travis: add python3-{cffi,pytest,setuptools}, libpython3-all-dev
authorDavid Bremner <david@tethera.net>
Sun, 3 Nov 2019 18:19:26 +0000 (14:19 -0400)
committerDavid Bremner <david@tethera.net>
Tue, 3 Dec 2019 12:12:30 +0000 (08:12 -0400)
These are needed for building and testing the new python bindings.

.travis.yml

index f9516bdee73f5c1f96b60fb9b7ac99322ee43053..6c03f0fbb3e0dfdaf93b570a3d058ee7f5a66704 100644 (file)
@@ -13,6 +13,10 @@ addons:
     - libgmime-3.0-dev
     - libtalloc-dev
     - python3-sphinx
+    - python3-cffi
+    - python3-pytest
+    - python3-setuptools
+    - libpython3-all-dev
     - gpgsm
 
 script: