mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 21:16:45 +00:00
🐛 Install dev-packages with pipenv, not pip
This commit is contained in:
parent
01dd913634
commit
19c6a2b9bd
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue