Added python 3.8

pull/144/head
Sheng 2020-03-22 17:16:31 +08:00
parent d291199186
commit 396013e14f
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ python:
- "3.5" - "3.5"
- "3.6" - "3.6"
- "3.7" - "3.7"
- "3.8"
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt