Travis CI: Add Python 3.8 to the tests

This commit is contained in:
Christian Clauss 2019-12-30 12:09:27 +01:00 committed by GitHub
parent 4cb7d26f55
commit cf92036374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,9 @@ matrix:
- python: 3.6
env: TOX_ENV=py36
- python: 3.7
dist: xenial # required for Python >= 3.7
env: TOX_ENV=py37
- python: 3.8
env: TOX_ENV=py38
- python: pypy
env: TOX_ENV=pypy
install: