mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-06 02:26:46 +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"
|
||||
|
||||
install:
|
||||
- pipenv install
|
||||
- pip install flit
|
||||
- flit install
|
||||
|
||||
script:
|
||||
- scripts/test
|
||||
|
|
|
|||
Loading…
Reference in a new issue