From b0e0a9a012d23ecd7ef2ff97daa9957629118109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Fri, 17 Mar 2017 15:14:34 -0400 Subject: [PATCH] Add Python 3.6 to TravisCI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9bee31a..dc3b06b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,6 @@ python: - 2.7 - 3.4 - 3.5 + - 3.6 install: pip install -e . script: python setup.py test