travis: use pipenv

This commit is contained in:
Peter Gardfjäll 2020-04-08 20:31:26 +02:00
parent 0c95e4f50f
commit 92024f7400

View File

@ -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