diff --git a/.drone.yml b/.drone.yml index 3075c22..be2af8f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,8 @@ pipeline: - USE_DOCKER=yes - DJANGO_SETTINGS_MODULE=config.settings.test commands: - - python manage.py test mhackspace.subscriptions --verbosity 2 + - cp -n env.example .env + - python manage.py test mhackspace --verbosity 2 #volumes: # postgres_data_dev: {} diff --git a/mhackspace/subscriptions/__init__.py b/mhackspace/subscriptions/__init__.py new file mode 100644 index 0000000..e69de29