audio: add mocking UT

This commit is contained in:
Roman Zeyde
2015-01-06 17:34:26 +02:00
parent 7f9e84dd02
commit bd329c19d0
3 changed files with 29 additions and 34 deletions

View File

@@ -1,3 +1,4 @@
sudo: false
language: python
python:
- "2.6"
@@ -6,9 +7,6 @@ python:
- "3.3"
- "3.4"
before_install:
- sudo apt-get install portaudio19-dev
install:
- pip install .
- pip install coveralls pep8 mock