💚 Install dev-packages in Travis

This commit is contained in:
Sebastián Ramírez 2018-12-18 22:11:04 +04:00
parent 343ecb7669
commit 01dd913634
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ python:
- "3.7-dev"
install:
- pip install pipenv
- pip install pipenv --dev
- pipenv install
script: