mirror of https://github.com/encode/starlette.git
ci: Travis: use py38 (#781)
This commit is contained in:
parent
84eac86057
commit
6909eea06d
|
@ -6,7 +6,7 @@ cache: pip
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
- "3.8-dev"
|
- "3.8"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -U -r requirements.txt
|
- pip install -U -r requirements.txt
|
||||||
|
|
Loading…
Reference in New Issue