mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-12 05:26:45 +00:00
💚 Install dev-packages in Travis
This commit is contained in:
parent
343ecb7669
commit
01dd913634
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ python:
|
||||||
- "3.7-dev"
|
- "3.7-dev"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install pipenv
|
- pip install pipenv --dev
|
||||||
- pipenv install
|
- pipenv install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue