fix ffmpeg install

This commit is contained in:
clinton-hall 2019-03-27 09:52:32 +13:00
commit dca316ae7d

View file

@ -30,9 +30,11 @@ jobs:
architecture: 'x64'
- script: python -m pip install --upgrade pip
apt-get install -y ffmpeg
displayName: 'Install dependencies'
- script: apt-get install -y ffmpeg
displayName: 'Install ffmpeg'
- script: |
pip install pytest
pytest tests --doctest-modules --junitxml=junit/test-results.xml