]> git.cworth.org Git - notmuch/blob - .travis.yml
travis: add python3-{cffi,pytest,setuptools}, libpython3-all-dev
[notmuch] / .travis.yml
1 language: c
2
3 dist: xenial
4
5 addons:
6   apt:
7     sources:
8     - sourceline: 'ppa:xapian-backports/ppa'
9     - sourceline: 'ppa:notmuch/notmuch'
10     packages:
11     - dtach
12     - libxapian-dev
13     - libgmime-3.0-dev
14     - libtalloc-dev
15     - python3-sphinx
16     - python3-cffi
17     - python3-pytest
18     - python3-setuptools
19     - libpython3-all-dev
20     - gpgsm
21
22 script:
23   - ./configure
24   - make download-test-databases
25   - make test
26
27 notifications:
28   irc:
29     channels:
30       - "chat.freenode.net#notmuch"
31     on_success: change