mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
Testing a theory.
This commit is contained in:
parent
e94fe8e4a5
commit
69b3e4c906
2 changed files with 4 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ INSTALLED_APPS = (
|
|||
'django.contrib.admin',
|
||||
'authority',
|
||||
'example.exampleapp',
|
||||
'django_nose',
|
||||
)
|
||||
|
||||
if VERSION >= (1, 5):
|
||||
|
|
@ -109,3 +110,5 @@ try:
|
|||
from local_settings import * # noqa
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -12,6 +12,7 @@ commands =
|
|||
coverage run -a example/manage.py test authority exampleapp
|
||||
coverage report
|
||||
deps =
|
||||
django_nose
|
||||
coverage
|
||||
dj110: Django<1.11
|
||||
dj22: Django<2.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue