From 7af32e0b1fe57070ae8b5a717cdaebc094449518 Mon Sep 17 00:00:00 2001 From: Jeff Rouse Date: Mon, 11 May 2020 00:36:56 -0700 Subject: Update travis to remove unsupported python versions. Add 3.7 and 3.8. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf88651..684833b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,10 @@ language: python python: - - "2.6" - "2.7" - "pypy" - - "3.2" - - "3.3" - "3.4" - "3.5" - "3.6" + - "3.7" + - "3.8" script: python setup.py test -- cgit v1.2.1