Merge pull request #2676 from mapnik/pycairo

Build and test against pycairo - refs #2675
This commit is contained in:
Dane Springmeyer 2015-02-02 21:31:41 -08:00
commit cf38337121

View file

@ -24,6 +24,9 @@ install:
script:
- source bootstrap.sh
# also install pycairo
- wget https://gist.githubusercontent.com/springmeyer/0833fa43794838889139/raw/build_pycairo.sh && chmod +x build_pycairo.sh && ./build_pycairo.sh
- export PYTHONPATH=$(pwd)/mason_packages/.link/lib/python2.7/site-packages:${PYTHONPATH}
- ./configure
- cat config.log
- make