Skip to content

Commit

Permalink
Install packages without sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 1, 2015
1 parent 90e029b commit ee7907a
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ notifications:

sudo: false

addons:
apt:
packages:
cmake
ghostscript
imagemagick
libffi-dev
libfreetype6-dev
libjpeg-turbo-progs
liblcms2-dev
python-qt4

# Run slow PyPy* first, to give them a headstart and reduce waiting time.
# Run latest 3.x and 2.x next, to get quick compatibility results.
# Then run the remainder.
Expand All @@ -19,7 +31,6 @@ python:
- 3.3

install:
- "travis_retry sudo apt-get -qq install libfreetype6-dev liblcms2-dev python-qt4 ghostscript libffi-dev libjpeg-turbo-progs cmake imagemagick"
- "travis_retry pip install cffi"
- "travis_retry pip install coverage nose"

Expand Down

0 comments on commit ee7907a

Please sign in to comment.