From 363450dd4dff54c2fad6de25b0c18e931e8dce27 Mon Sep 17 00:00:00 2001 From: Matt Westcott <matt@west.co.tt> Date: Tue, 21 Aug 2018 17:05:17 +0100 Subject: [PATCH] Specify file-based sqlite db for circleci --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2310240c04..e621bc64e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ jobs: key: pip-package-v1-{{ .Branch }} - run: pipenv run flake8 wagtail - run: pipenv run isort --check-only --diff --recursive wagtail - - run: pipenv run python -u runtests.py + - run: DATABASE_NAME=wagtail.db pipenv run python -u runtests.py frontend: docker: