Skip to content

Commit

Permalink
Simplify install of pycairo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Sep 14, 2017
1 parent 6ef6978 commit 543f16c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Expand Up @@ -7,13 +7,8 @@ addons:
packages:
- libcairomm-1.0-dev
- libboost-all-dev
before_install:
- wget https://github.com/pygobject/pycairo/releases/download/v1.15.2/pycairo-1.15.2.tar.gz
- tar xf py2cairo-1.15.2.tar.gz
- cd py2cairo-1.15.2
- python setup.py 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 543f16c

Please sign in to comment.