From 0622d842ba8223bc0b5bb7a236d7ee2c432af46f Mon Sep 17 00:00:00 2001 From: Oly Date: Thu, 26 Jan 2017 13:13:42 +0000 Subject: [PATCH] all tests now run --- .drone.yml | 3 ++- mhackspace/subscriptions/__init__.py | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 mhackspace/subscriptions/__init__.py 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