ci: Travis: re-add py38

Ref: https://github.com/encode/starlette/pull/547
This commit is contained in:
Daniel Hahler 2019-07-13 18:08:13 +02:00
parent 8aecc4e2e1
commit be8dbe15ea
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ cache: pip
python:
- "3.6"
- "3.7"
- "3.8-dev"
install:
- pip install -U -r requirements.txt