Skip to content

Commit

Permalink
Add travis tests for python versions 3.4-3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
forslund committed May 5, 2018
1 parent 61aeeb8 commit cf5b09a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf5b09a

Please sign in to comment.