From 8c37ee5e92ba6b9a9e6749056f2f497b57b9850d Mon Sep 17 00:00:00 2001 From: Olivier Mangin Date: Sun, 7 Jan 2018 14:26:55 -0500 Subject: [PATCH] Adds python 3.6 to travis build. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e990ebc..044ca90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" # command to install dependencies install: - "pip install -r tests/requirements.txt"