feat: add Python 3.8

This commit is contained in:
debugtalk
2019-10-25 17:12:43 +08:00
parent c0a66e494b
commit 7446199fb3
+4 -3
View File
@@ -5,10 +5,11 @@ python:
- 3.5 - 3.5
- 3.6 - 3.6
matrix: matrix:
include: include: # Required for Python 3.7+
- python: 3.7 - python: 3.7
dist: xenial # Required for Python 3.7 dist: xenial
sudo: true # Required for Python 3.7 - python: 3.8
dist: xenial
install: install:
- pip install poetry - pip install poetry
- poetry install -vvv - poetry install -vvv