mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 04:56:41 +00:00
👷 Enable full Travis for Python 3.8 (#750)
This commit is contained in:
parent
35510a5ea7
commit
9bd0d6fa96
1 changed files with 1 additions and 2 deletions
|
|
@ -7,12 +7,11 @@ cache: pip
|
||||||
python:
|
python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
- "3.8-dev"
|
- "3.8"
|
||||||
- "nightly"
|
- "nightly"
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: "3.8-dev"
|
|
||||||
- python: "nightly"
|
- python: "nightly"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue