Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fortmatic/magic-admin-python into…
Browse files Browse the repository at this point in the history
… ajen_issue_5_add_contribute_n_changelog
  • Loading branch information
Arthur Jen committed Apr 20, 2020
2 parents ed984aa + 77e599f commit 25816cd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2.1

orbs:
python: circleci/[email protected]

jobs:
build-and-test:
docker:
- image: circleci/python:3.6.5
steps:
- checkout
- python/load-cache
- run:
command: make development
name: Install deps
- python/save-cache
- run:
command: source virtualenv_run/bin/activate; make test
name: Run tests

workflows:
main:
jobs:
- build-and-test

0 comments on commit 25816cd

Please sign in to comment.