[tox]
envlist = py35

[testenv]
deps = pipenv
commands = 
    pipenv install --dev
    pipenv run pytest