Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
migrate to container builds
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-weber committed Jul 24, 2015
1 parent 09797b3 commit 416f497
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
@@ -1,9 +1,12 @@
sudo: false
language: python
python:
- '2.7'
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libav-tools libavcodec-extra-53
addons:
apt:
packages:
- libavcodec-extra-53
- libav-tools
install:
- python setup.py sdist --formats=zip -k
- find ./dist -iname "*.zip" -print0 | xargs -0 pip install
Expand Down

0 comments on commit 416f497

Please sign in to comment.