Commit 10f15505 authored by Michal Čihař's avatar Michal Čihař

Try another approach to install things

parent b46ac60b
......@@ -8,7 +8,10 @@ env:
# - DJANGO_VERSION=1.5a1
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq git libcairo2-dev libgtk2.0-dev libglib2.0-dev libtool
- sudo apt-get install git
- sude apt-get build-dep pygobject
- sude apt-get build-dep pygtk
- sude apt-get build-dep pycairo
# command to install dependencies
install:
- pip install --use-mirrors Django==$DJANGO_VERSION GitPython south django-registration whoosh translate-toolkit lxml
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment