Add travis tests for python versions 3.4-3.6

pull/1568/head
Åke Forslund 2018-05-05 16:59:20 +02:00
parent 61aeeb8c00
commit cf5b09a0e3
1 changed files with 2 additions and 0 deletions

View File

@ -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