fix: install pipenv in travis

pull/5/head
Raphaël Vinot 2019-05-13 10:57:17 +02:00
parent f130c87880
commit 1901e2e54d
1 changed files with 1 additions and 0 deletions

View File

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