🐛 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" - "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