From 1b0b72ccdb10859dd08b35b685a0b8f2dddb8f1e Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Sun, 21 May 2017 09:27:00 -0700 Subject: [PATCH] test on travis with 3.6 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c3da85b..b7e3eae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ sudo: false python: - "2.7" - "3.4" + - "3.6" install: - pip install 'requests>=2.7'