Testing a theory.

This commit is contained in:
Jason Ward 2019-07-05 16:28:25 -04:00
parent e94fe8e4a5
commit 69b3e4c906
2 changed files with 4 additions and 0 deletions

View file

@ -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'

View file

@ -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