Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4ba1d4

Browse files
committed
added libav-tools to the packages installed so that more of the
animation smoke tests will run.
1 parent 61bce5d commit b4ba1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ python:
1818

1919
install:
2020
- pip install -q --use-mirrors nose python-dateutil numpy pep8 pyparsing pillow
21-
- sudo apt-get update && sudo apt-get -qq install inkscape
21+
- sudo apt-get update && sudo apt-get -qq install inkscape libav-tools
2222
- python setup.py install
2323

2424
script:

0 commit comments

Comments
 (0)