django-authority/tox.ini
Jason Ward 023714a86c Revert "Testing a theory."
This reverts commit 69b3e4c906.
2019-07-05 16:30:05 -04:00

17 lines
291 B
INI

[tox]
skipsdist = True
usedevelop = True
minversion = 1.8
envlist =
py27-dj111
py37-dj{111,22}
[testenv]
usedevelop = true
commands =
coverage run -a example/manage.py test authority exampleapp
coverage report
deps =
coverage
dj110: Django<1.11
dj22: Django<2.3