We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54336e commit a0b4bbfCopy full SHA for a0b4bbf
.travis.yml
@@ -21,6 +21,10 @@ install:
21
- "pip install coveralls"
22
- "if [[ $TRAVIS_PYTHON_VERSION = 2.6 ]]; then pip install unittest2 --use-mirrors; fi"
23
24
+# output installed codecs
25
+before_script:
26
+ ./audiotranscoder --codecs
27
+
28
# command to run tests
29
script:
30
coverage run --source=audiotranscode $(command -v nosetests)
0 commit comments