From 603710863600b657268a1c2bf7278931ca780187 Mon Sep 17 00:00:00 2001 From: Filipe Ximenes Date: Tue, 25 Apr 2017 10:20:14 -0300 Subject: [PATCH] adds python 3.6 to travis configuration --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 96e33fb..c1f9b67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,3 +5,4 @@ script: - tox python: - 3.5 + - 3.6