Skip to content

Commit a0b4bbf

Browse files
committed
let travis output the installed codecs before running tests
1 parent d54336e commit a0b4bbf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ install:
2121
- "pip install coveralls"
2222
- "if [[ $TRAVIS_PYTHON_VERSION = 2.6 ]]; then pip install unittest2 --use-mirrors; fi"
2323

24+
# output installed codecs
25+
before_script:
26+
./audiotranscoder --codecs
27+
2428
# command to run tests
2529
script:
2630
coverage run --source=audiotranscode $(command -v nosetests)

0 commit comments

Comments
 (0)