Skip to content
Snippets Groups Projects
Commit 1536e2db authored by Gerber, Kurt's avatar Gerber, Kurt
Browse files

Add .circleci/config.yml

parent fd1528d5
Branches
No related tags found
No related merge requests found
version: 2.1
orbs:
python: circleci/python@0.2.1
jobs:
build-and-test:
executor: python/default
steps:
- checkout
- python/load-cache
- python/install-deps
- python/save-cache
- run:
command: ./manage.py test
name: Test
workflows:
main:
jobs:
- build-and-test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment