Skip to content

Commit

Permalink
ci: add circle integration and test job
Browse files Browse the repository at this point in the history
  • Loading branch information
redshiftzero committed Dec 4, 2019
1 parent 2c65482 commit 464eccb
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
jobs:
test:
docker:
- image: circleci/python:3.7-buster
steps:
- checkout
- run:
name: Run tests
command: python3 -m unittest

workflows:
version: 2
per_pr:
jobs:
- test

0 comments on commit 464eccb

Please sign in to comment.