mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-03-16 21:30:24 +00:00
14 lines
276 B
INI
14 lines
276 B
INI
# -- FILE: tox.ini
|
|
[tox]
|
|
envlist =
|
|
py{35,36,37,38}-django22
|
|
py{36,37,38}-django30
|
|
|
|
[testenv]
|
|
commands =
|
|
coverage run --branch --source=notifications manage.py test
|
|
deps =
|
|
coverage
|
|
django22: Django>=2.2,<2.3
|
|
django30: Django>=3.0,<3.1
|
|
django30: six
|