mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-04-18 20:21:02 +00:00
15 lines
311 B
INI
15 lines
311 B
INI
# -- FILE: tox.ini
|
|
[tox]
|
|
envlist =
|
|
py{27}-django
|
|
py{27,34,35,36}-django111
|
|
py{34,35,36}-django200
|
|
|
|
[testenv]
|
|
commands =
|
|
coverage run --branch --source=notifications manage.py test
|
|
deps =
|
|
coverage
|
|
django: Django>=1.7,<1.10
|
|
django111: Django>=1.11,<2.0
|
|
django200: Django>=2.0,<3.0
|