Exclude migrations from nose and pep8
This commit is contained in:
@@ -55,6 +55,9 @@ TEST_RUNNER = 'django_nose.NoseTestSuiteRunner'
|
||||
NOSE_ARGS = [
|
||||
'--with-coverage',
|
||||
'--cover-package=webapp,members,infoscreen',
|
||||
'--exclude-dir={}'.format(os.path.join(BASE_DIR, 'members', 'migrations')),
|
||||
'--exclude-dir={}'.format(os.path.join(BASE_DIR, 'infoscreen', 'migrations')),
|
||||
'--exclude-dir={}'.format(os.path.join(BASE_DIR, 'webapp', 'migrations')),
|
||||
]
|
||||
|
||||
MIDDLEWARE_CLASSES = [
|
||||
|
||||
Reference in New Issue
Block a user