From f8c75fbbbc8bc052ac0c8ac5a7c9cb63136be732 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Sat, 28 Jan 2017 15:56:31 +0200 Subject: [PATCH] travis: added py3.6 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3ad7674..1881d30 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" install: - make init - pip install coveralls