Travis CI: Add Python 3.8 to testing

This commit is contained in:
Christian Clauss 2020-08-06 17:27:15 +02:00 committed by GitHub
parent de9219e646
commit 21351094ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,15 @@
sudo: required
os: linux
dist: xenial
language: python
python:
- 3.8
- 3.7
- 3.6
- 3.5
- pypy3.5
- nightly
matrix:
jobs:
allow_failures:
- python: nightly