From 3527fdbcc3e0bb264492384d9a72ab28ca8b207a Mon Sep 17 00:00:00 2001 From: jackeyGao Date: Tue, 14 Jan 2020 16:03:41 +0800 Subject: [PATCH] travis: remove py2.7 and use py3.7 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9f2d284..903f898 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: python python: - - "2.7" - - "3.6" + - "3.7" install: - pip install flake8 -r requirements.txt before_script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics