Extend tox setup to include core only testing

This commit is contained in:
ErikKalkoken
2020-02-18 19:34:44 +01:00
parent efd2a5e8c5
commit 01c17d28f6
5 changed files with 71 additions and 24 deletions

View File

@@ -2,9 +2,7 @@
import os
import sys
if __name__ == "__main__":
os.environ['DJANGO_SETTINGS_MODULE'] = 'tests.settings'
if __name__ == "__main__":
try:
from django.core.management import execute_from_command_line
except ImportError: