Skip to content

Commit

Permalink
Upgrade pycairo on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Sep 14, 2017
1 parent 3af77cf commit 1027894
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,8 @@ addons:
packages:
- libcairomm-1.0-dev
- libboost-all-dev
before_install:
- wget --no-check-certificate http://www.cairographics.org/releases/py2cairo-1.10.0.tar.bz2
- tar xf py2cairo-1.10.0.tar.bz2
- cd py2cairo-1.10.0
- ./waf configure --prefix=$(python -c "import sys; print(sys.prefix)")
- ./waf build
- ./waf install
- cd ..
install:
- pip install https://github.com/pygobject/pycairo/releases/download/v1.15.2/pycairo-1.15.2.tar.gz
- pip install sphinx matplotlib coveralls
- ls /home/travis/virtualenv/python2.7/lib/pkgconfig
- export PKG_CONFIG_PATH=PKG_CONFIG_PATH:/home/travis/virtualenv/python2.7/lib/pkgconfig
Expand Down

0 comments on commit 1027894

Please sign in to comment.