[tox] envlist = {py35,py36,py37}-django-22 [testenv] setenv = PYTHONPATH = {toxinidir}:{toxinidir}/django_cryptolock commands = pytest --cov=django_cryptolock tests/ deps = -r {toxinidir}/requirements_test.txt basepython = py37: python3.7 py36: python3.6 py35: python3.5