fix: install pipenv in travis
parent
f130c87880
commit
1901e2e54d
|
@ -7,6 +7,7 @@ python:
|
|||
- "3.7-dev"
|
||||
|
||||
install:
|
||||
- pip install pipenv
|
||||
- pipenv install -d .
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in New Issue