mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-09 16:14:45 +00:00
16 lines
281 B
INI
16 lines
281 B
INI
[tox]
|
|
skipsdist = True
|
|
usedevelop = True
|
|
minversion = 1.8
|
|
envlist =
|
|
py{27,37}-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
|