From a0d106ee5f92639cb99b9254aaf9d2b689bd438d Mon Sep 17 00:00:00 2001 From: Illia Volochii Date: Sun, 26 Feb 2017 22:03:12 +0200 Subject: [PATCH] Update Python versions for Travis CI builds I have stopped testing under Python 3.4 due to the PR #152. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 71965cbd8..b10777890 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - - "3.4" + - "3.5" + - "3.6" install: - sudo apt-get update - sudo apt-get install portaudio19-dev