Skip to content

Commit

Permalink
Restored inkscape installing on travis-ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
pelson committed Apr 9, 2013
1 parent 01a4bed commit c72194f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ install:
- 'if [ $TRAVIS_PYTHON_VERSION == "3.2" ]; then pip install https://github.com/y-p/numpy/archive/1.6.2_with_travis_fix.tar.gz; fi'
- 'if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install numpy; fi' # should be nop if pre-installed
- if [[ $TRAVIS_PYTHON_VERSION == '2.'* ]]; then pip install --use-mirrors PIL; fi
- sudo apt-get update && sudo apt-get install inkscape
- python setup.py install

script:
Expand Down

0 comments on commit c72194f

Please sign in to comment.