From 2d7862233e16fc162e945cc25407ce48ed638fc7 Mon Sep 17 00:00:00 2001 From: winkidney Date: Wed, 4 Dec 2019 00:12:01 +0800 Subject: [PATCH] Feature: Add python 3.7 and 3.8 and remove tests for 3.4 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fa30616..7ded6ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,10 @@ language: python cache: pip: true python: - - "3.4" - "3.5" - "3.6" + - "3.7" + - "3.8" install: - pip install pipenv && pipenv install --dev --system script: