gramps/.travis.yml

32 lines
996 B
YAML
Raw Normal View History

# After changing this file, check it on:
# http://lint.travis-ci.org/
2015-03-13 19:09:09 +05:30
language: c
2016-01-24 02:07:29 +05:30
python:
- 3.4
install:
- time sudo apt-get update
- travis_retry sudo apt-get install gir1.2-pango gir1.2-gtk xdg-utils librsvg2-common libglib2.0-dev intltool
2016-01-24 02:46:37 +05:30
- travis_retry sudo apt-get install python3-gobject python3-gi python3-cairo python3-gi-cairo python3-bsddb3 python3-dev python3-nose
2015-03-13 19:17:10 +05:30
2016-01-24 02:54:09 +05:30
- travis_retry curl https://bootstrap.pypa.io/get-pip.py > get-pip.py
2016-01-24 02:58:29 +05:30
- sudo python3.4 get-pip.py
2016-01-24 02:54:09 +05:30
- travis_retry sudo pip3 install pyicu==1.8
- travis_retry sudo pip3 install mock
- cd $TRAVIS_BUILD_DIR
# $TRAVIS_BUILD_DIR is set to the location of the cloned repository:
# for example: /home/travis/build/gramps-project/gramps
2015-03-13 19:29:49 +05:30
- python3 setup.py build
#before_script:
# - sudo Xvfb :99 -ac &
# - export DISPLAY=:99
script:
- mkdir -p ~/.gramps/grampsdb/
- nosetests3 --exclude=TestcaseGenerator --exclude=vcard --exclude=merge_ref_test gramps