Revert "Testing a theory."

This reverts commit 69b3e4c906.
This commit is contained in:
Jason Ward 2019-07-05 16:30:05 -04:00
parent 69b3e4c906
commit 023714a86c
2 changed files with 0 additions and 4 deletions

View file

@ -75,7 +75,6 @@ INSTALLED_APPS = (
'django.contrib.admin',
'authority',
'example.exampleapp',
'django_nose',
)
if VERSION >= (1, 5):
@ -110,5 +109,3 @@ try:
from local_settings import * # noqa
except ImportError:
pass
TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'

View file

@ -12,7 +12,6 @@ commands =
coverage run -a example/manage.py test authority exampleapp
coverage report
deps =
django_nose
coverage
dj110: Django<1.11
dj22: Django<2.3