mirror of https://github.com/tiangolo/fastapi.git
💚 Install flit and install package with flit
This commit is contained in:
parent
9b0aeb726c
commit
4e1ad6174a
|
|
@ -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 New Issue