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