travis: use pipenv
This commit is contained in:
parent
0c95e4f50f
commit
92024f7400
@ -2,6 +2,7 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- "3.7"
|
- "3.7"
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install pipenv
|
||||||
|
- pipenv install
|
||||||
script:
|
script:
|
||||||
- python setup.py test
|
- python setup.py test
|
||||||
|
Loading…
Reference in New Issue
Block a user