Add travis tests for python versions 3.4-3.6
parent
61aeeb8c00
commit
cf5b09a0e3
|
|
@ -4,6 +4,8 @@ before_install:
|
|||
- sudo apt-get install -qq mpg123 portaudio19-dev libglib2.0-dev swig bison libtool autoconf libglib2.0-dev libicu-dev libfann-dev realpath
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
# don't rebuild pocketsphinx for every build
|
||||
cache: pocketsphinx-python
|
||||
# command to install dependencies
|
||||
|
|
|
|||
Loading…
Reference in New Issue