mirror of https://github.com/tiangolo/fastapi.git
✅ Enable tests for Python 3.8-dev (#465)
This commit is contained in:
parent
937b462cdd
commit
f24d744a3b
|
|
@ -7,6 +7,13 @@ cache: pip
|
|||
python:
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8-dev"
|
||||
- "nightly"
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- python: "3.8-dev"
|
||||
- python: "nightly"
|
||||
|
||||
install:
|
||||
- pip install flit
|
||||
|
|
|
|||
Loading…
Reference in New Issue