From e396cbc837175116bf58c25ba2e48e30bf1caa09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rog=C3=A9rio=20Brito?= Date: Mon, 6 Nov 2017 20:48:30 -0200 Subject: [PATCH] travis: Add list Python 3.6 to test matrix This makes the tests be performed with the most recent/recommended Python version. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f61af34..70f66eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" - "pypy" matrix: allow_failures: