diff options
| author | David Bremner <david@tethera.net> | 2019-11-03 14:19:26 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-12-03 08:12:30 -0400 |
| commit | af8c069194df3b47c30d0f82e2c2acca873e54e3 (patch) | |
| tree | 444ce1617b2cad058d6cde0332c65786fdbb2846 /.travis.yml | |
| parent | 85adc756c97646ae63e68fc2f80afd6b34b86fa9 (diff) | |
travis: add python3-{cffi,pytest,setuptools}, libpython3-all-dev
These are needed for building and testing the new python bindings.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
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: |
