travis: install pyaudio from git repo

This commit is contained in:
Roman Zeyde
2014-12-29 21:29:33 +02:00
parent bc33bc1428
commit e2ed9915ee

View File

@@ -9,6 +9,7 @@ before_install:
- sudo apt-get install portaudio19-dev
install:
- pip install git+http://people.csail.mit.edu/hubert/git/pyaudio.git
- pip install .
- pip install coveralls pep8 mock