From de3f4359c08146fe5837f5190858e39fbd190ab7 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 7 Jan 2017 20:12:59 +0100 Subject: [PATCH] travis: Test with Python 3.6 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 89a4fa5..0a373b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" install: - pip install -e . - pip install coveralls -- 2.39.2