Update .travis.yml

This commit is contained in:
Ritiek Malhotra
2017-08-03 11:01:10 +00:00
committed by GitHub
parent ed630823b0
commit 7e0fdfbce3

View File

@@ -1,3 +1,4 @@
dist: trusty
language: python language: python
python: python:
- "3.4" - "3.4"
@@ -7,9 +8,7 @@ install:
- sudo apt-get -qq update - sudo apt-get -qq update
- sudo apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config texinfo wget zlib1g-dev - sudo apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev libtheora-dev libtool libva-dev libvdpau-dev libvorbis-dev libxcb1-dev libxcb-shm0-dev libxcb-xfixes0-dev pkg-config texinfo wget zlib1g-dev
- sudo apt-get -y install yasm nasm libmp3lame-dev - sudo apt-get -y install yasm nasm libmp3lame-dev
- cd $TRAVIS_BUILD_DIR
- pip install -r requirements.txt - pip install -r requirements.txt
- mkdir ~/bin/
- python test/ffmpeg_bin.py 05861434675432854607 - python test/ffmpeg_bin.py 05861434675432854607
- chmod 755 ~/bin/ffmpeg - chmod 755 ~/bin/ffmpeg
script: python -m pytest test script: python -m pytest test