summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 9b9d48be9478ee183abfa705f8c74ff66e8d84dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: python

python:
    - 2.7
    - 3.5
    - 3.6
    - 3.7

install:
    ## dependency list is manually copied from setup.py as for now.
    ## Remember to edit setup.py if more dependencies are needed!
    - pip install vobject lxml requests six nose coverage tzlocal pytz
    - pip install xandikos || true ## optional test dependency, only available for python 3.x
    - pip install radicale || true ## same, same

script:
    nosetests