From 3a83951a162535daf08cfd70f0b909fdcbe99dda Mon Sep 17 00:00:00 2001 From: Wellington Moraes Date: Mon, 12 Sep 2016 12:50:01 -0300 Subject: [PATCH] add python 3.4 and 3.5 add python 3.4 and 3.5 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0ef668f20..1f94c3610 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,8 @@ python: - 2.7 - 3.2 - 3.3 + - 3.4 + - 3.5 script: - PYTHON_VER=`python -c 'import sys; print(sys.version_info[0])'`