Skip to content

Commit

Permalink
Update .travis-update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Sep 22, 2013
1 parent ae2a9ba commit 3176ba0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis-setup.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#! /bin/bash -ex

sudo apt-get update
sudo pip install -r requirements.txt --use-mirrors
sudo apt-get install ubuntu-desktop
sudo pip install mock
sudo pip install pytest-cov
sudo pip install pytest-pep8
sudo pip install pylint
sudo apt-get -y install libglib2.0-dev gir1.2-glib-2.0 libgirepository1.0-dev libglib2.0-0 python-gi
sudo apt-get -y install gstreamer0.10-plugins-good
sudo apt-get -y install python-scipy ffmpeg
Expand Down

0 comments on commit 3176ba0

Please sign in to comment.