language: python
python:
- "3.7"
install:
- pip install pipenv
- pipenv install
script:
- python setup.py test