all tests now run

This commit is contained in:
Oly 2017-01-26 13:13:42 +00:00
parent 097a637682
commit 0622d842ba
2 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ pipeline:
- USE_DOCKER=yes - USE_DOCKER=yes
- DJANGO_SETTINGS_MODULE=config.settings.test - DJANGO_SETTINGS_MODULE=config.settings.test
commands: commands:
- python manage.py test mhackspace.subscriptions --verbosity 2 - cp -n env.example .env
- python manage.py test mhackspace --verbosity 2
#volumes: #volumes:
# postgres_data_dev: {} # postgres_data_dev: {}

View File