mirror of
https://github.com/jazzband/django-authority.git
synced 2026-04-27 10:14:45 +00:00
parent
69b3e4c906
commit
023714a86c
2 changed files with 0 additions and 4 deletions
|
|
@ -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'
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue