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