Compare commits

..

No commits in common. "circleci-project-setup" and "master" have entirely different histories.

1 changed files with 0 additions and 21 deletions

View File

@ -1,21 +0,0 @@
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