Skip to content

Commit

Permalink
modified requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Aug 23, 2013
1 parent ecf56c9 commit 941d361
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Expand Up @@ -9,15 +9,12 @@ python:
- "2.7"

before_install:
- pip install -r requirements.txt --use-mirrors
- echo 'yes' | sudo add-apt-repository ppa:gstreamer-developers/ppa
- sudo apt-get update
- sudo apt-get install .*gstreamer.*1\.0.* libgtk-3-dev
- export PKG_CONFIG_PATH=$HOME"/gst/stage/lib/pkgconfig"

install:
- pip install -r requirements.txt --use-mirrors


script:
- chmod +x scripts/stage
- ./scripts/stage
Expand Down

0 comments on commit 941d361

Please sign in to comment.