From e2ed9915eee352e51d6fb8b9650d939a309c458c Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Mon, 29 Dec 2014 21:29:33 +0200 Subject: [PATCH] travis: install pyaudio from git repo --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 285aad2..08fb936 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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