From 8c62b99057adf29c166b29e6988801bfb9a82da1 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Fri, 3 Jan 2020 02:05:32 +0300 Subject: [PATCH] Update .travis.yml Travis: removed 2.6 and 3.3 (not supported). Added 3.7. Also added 3.8 (for experiment) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f5f202a..d316722 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,10 @@ language: python python: - - "2.6" - "2.7" - - "3.3" - "3.4" - "3.5" - "3.6" + - "3.7" - "pypy" - "pypy3" install: "pip install -r requirements.txt"