From 4290c7bf07035ab9a837edfc9c0f26cb89cebb7b Mon Sep 17 00:00:00 2001 From: Kavi Gupta Date: Thu, 16 Jan 2020 03:25:12 -0800 Subject: [PATCH] support 3.5-3.7 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e68256a..bae1177 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ language: python python: - - 3.2 - - 3.3 - - 3.4 - 3.5 + - 3.6 + - 3.7 install: - pip install .