From 7143159290560f0ebd5c3010743d2bee8642cfcd Mon Sep 17 00:00:00 2001 From: matiasb Date: Sat, 20 May 2017 14:13:24 -0300 Subject: [PATCH] Added Python 3.5 and 3.6 for travis. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e6b856b..88343da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,6 @@ python: - "3.2" - "3.3" - "3.4" + - "3.5" + - "3.6" script: ./run_tests.sh