Skip to content

Commit

Permalink
Specify file-based sqlite db for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Aug 21, 2018
1 parent 1938159 commit 363450d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 363450d

Please sign in to comment.