.travis.yml: Test Python 3.8

This commit is contained in:
Alan Orth 2019-11-14 23:22:37 +02:00
parent 63fdce7d13
commit 0bd28e22ec
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- "pip install pipenv --upgrade-strategy=only-if-needed"
- "pipenv install --dev"