🐛 Install dev-packages with pipenv, not pip

This commit is contained in:
Sebastián Ramírez 2018-12-18 22:13:42 +04:00
parent 01dd913634
commit 19c6a2b9bd
1 changed files with 2 additions and 2 deletions

View File

@ -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