mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-14 18:43:12 +00:00
18 lines
307 B
INI
18 lines
307 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 =
|
|
django_nose
|
|
coverage
|
|
dj110: Django<1.11
|
|
dj22: Django<2.3
|