feat: add Python 3.8

This commit is contained in:
debugtalk
2019-10-25 17:12:43 +08:00
parent c0a66e494b
commit 7446199fb3

View File

@@ -5,10 +5,11 @@ python:
- 3.5
- 3.6
matrix:
include:
include: # Required for Python 3.7+
- python: 3.7
dist: xenial # Required for Python 3.7
sudo: true # Required for Python 3.7
dist: xenial
- python: 3.8
dist: xenial
install:
- pip install poetry
- poetry install -vvv