mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
Add a blank line for the last line + adapt tox.ini for django1.10
This commit is contained in:
parent
d4dc955e63
commit
57684b94df
2 changed files with 2 additions and 2 deletions
|
|
@ -23,4 +23,4 @@ def autodiscover_modules():
|
|||
continue
|
||||
__import__("%s.permissions" % app)
|
||||
app_path = sys.modules["%s.permissions" % app]
|
||||
LOADING = False
|
||||
LOADING = False
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -14,4 +14,4 @@ basepython =
|
|||
usedevelop = true
|
||||
commands = python example/manage.py test authority
|
||||
deps =
|
||||
dj18: Django<1.9
|
||||
dj18: Django<1.11
|
||||
|
|
|
|||
Loading…
Reference in a new issue