travis: add Python 3.8

- allow failures for now
这个提交包含在:
Christian Nicolai 2020-02-28 13:27:35 +01:00 提交者 GitHub
父节点 4128233d0d
当前提交 1a0216f1bf
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入0 次删除

查看文件

@ -6,6 +6,7 @@ python:
- "3.4"
- "3.5"
- "3.7"
- "3.8"
jobs:
fast_finish: true
@ -13,6 +14,7 @@ jobs:
- python: "3.4"
- python: "3.5"
- python: "3.7"
- python: "3.8"
env:
- PIPENV_VERBOSITY=-1