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"
|
- "3.7-dev"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install pipenv --dev
|
- pip install pipenv
|
||||||
- pipenv install
|
- pipenv install --dev
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- bash scripts/test.sh
|
- bash scripts/test.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue