mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 04:56:41 +00:00
💚 Install flit and install package with flit
This commit is contained in:
parent
9b0aeb726c
commit
4e1ad6174a
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ python:
|
||||||
- "3.7-dev"
|
- "3.7-dev"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pipenv install
|
- pip install flit
|
||||||
|
- flit install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- scripts/test
|
- scripts/test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue