summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
author赖信涛 <laixintao@users.noreply.github.com>2020-03-12 04:58:13 +0800
committerGitHub <noreply@github.com>2020-03-11 13:58:13 -0700
commitbc7a5d01001df69f9f0c3dfeb94cca92768ab696 (patch)
treee8cc3c885ed287f177963e8032d77d3256d5e4b3 /.travis.yml
parentfd775497547bb51e3d3b38590cbc83e54afd9508 (diff)
Drop Python3.5. (#1154)
* Drop Python3.5. * delete 3.5 from setup.py * fix black format. Using python3.7 for development now. * black target to py36
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index cd781f71..b0b89ac9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,6 @@ sudo: required
language: python
python:
- - "3.5"
- "3.6"
- "3.7"