mirror of https://github.com/tiangolo/fastapi.git
🐛 Install dev-packages with pipenv, not pip
This commit is contained in:
parent
01dd913634
commit
19c6a2b9bd
|
|
@ -7,8 +7,8 @@ python:
|
|||
- "3.7-dev"
|
||||
|
||||
install:
|
||||
- pip install pipenv --dev
|
||||
- pipenv install
|
||||
- pip install pipenv
|
||||
- pipenv install --dev
|
||||
|
||||
script:
|
||||
- bash scripts/test.sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue