mirror of
https://github.com/romanz/amodem.git
synced 2026-03-06 14:55:56 +08:00
add pyaudio package to travis
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
@@ -6,6 +5,9 @@ python:
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
|
||||
before_install:
|
||||
- sudo apt-get install python-pyaudio
|
||||
|
||||
install:
|
||||
- pip install .
|
||||
- pip install coveralls pep8 mock
|
||||
|
||||
Reference in New Issue
Block a user