Merge pull request #175 from illia-v/update-python-in-travis-configs

Update Python versions for Travis CI builds
This commit is contained in:
Damien Elmes 2017-02-27 14:30:14 +10:00 committed by GitHub
commit 1e96500d76

View File

@ -1,6 +1,7 @@
language: python language: python
python: python:
- "3.4" - "3.5"
- "3.6"
install: install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install portaudio19-dev - sudo apt-get install portaudio19-dev