Travis: test against Python 3.8

This commit is contained in:
Alexander Graf
2019-05-27 18:08:17 +02:00
parent fb06b4b7d6
commit 5235cc0f6a
2 changed files with 2 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8-dev"
install:
- pip install pylint~=2.3.1 requests mypy
- pip install -r docs/requirements.txt