From 57d2f6ec454ad0fd94c1b0e16a0ce14953a7859a Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 22 Jan 2017 15:26:14 +0100 Subject: include Py3.6 in travis tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 89a61329..c67b4cc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - 3.3 - 3.4 - 3.5 + - 3.6 - pypy - pypy3 -- cgit v1.2.1