Travis config: attempting to change to correct subdirectory

This commit is contained in:
Doug Blank 2015-03-12 23:38:40 -04:00
parent c44092b576
commit 2b7829a746

View File

@ -8,12 +8,11 @@ python:
- 3.3
- 3.4
install:
- time sudo apt-get update
- travis_retry sudo apt-get install python-gobject python-gi python-cairo python-gi-cairo gir1.2-pango gir1.2-gtk python-bsddb3 xdg-utils librsvg2-common python-dev libglib2.0-dev intltool python-pyicu
- travis_retry pip install django
- cd gramps
- cd gramps-project/gramps
- python setup.py build
script: