mirror of https://github.com/encode/starlette.git
ci: Travis: re-add py38
Ref: https://github.com/encode/starlette/pull/547
This commit is contained in:
parent
8aecc4e2e1
commit
be8dbe15ea
|
@ -6,6 +6,7 @@ cache: pip
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
|
- "3.8-dev"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -U -r requirements.txt
|
- pip install -U -r requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue