django-cryptolock/tox.ini

15 lines
296 B
INI
Raw Normal View History

[tox]
envlist =
{py35,py36,py37}-django-22
[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/django_cryptolock
2019-10-15 19:13:56 +02:00
commands = pytest --cov=django_cryptolock tests/
deps =
-r {toxinidir}/requirements_test.txt
basepython =
py37: python3.7
py36: python3.6
py35: python3.5