test: script: - apt-get update -qy - apt-get install -y python-dev python-pip - pip install pipenv - pipenv install - pipenv run pytest