language: python python: - "3.7" install: - pip install pipenv - pipenv install --dev script: nosetests