From 20bd88cee05e762cdb6792c6b5976f4e9c1a78db Mon Sep 17 00:00:00 2001 From: "vn.py" Date: Sat, 23 Feb 2019 22:25:14 +0800 Subject: [PATCH] [Mod]change python to 3.6 in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25989788..a2ebf5d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: python python: - - "3.7" + - "3.6" install: - pip install -r requirements.txt - pip install flake8