build and test against pycairo - refs #2675

This commit is contained in:
Dane Springmeyer 2015-02-02 20:30:59 -08:00
parent 3e43c692cc
commit 8670655012

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