ADD: support for pylint.
Some checks failed
buildbot/django-test-test-python2 Build done.
buildbot/django-test-test-python3 Build done.

This commit is contained in:
2019-10-24 16:05:53 +02:00
parent e26e21aff7
commit df67767a9a
7 changed files with 48 additions and 21 deletions

View File

@@ -110,6 +110,8 @@ class SetupDjangoProject(MyCommand):
if not os.path.exists(d):
os.makedirs(d)
return os.EX_OK
setup(
name='django-test',