Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
CircleCI commit #1
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jun 16, 2020
1 parent 3f56cb5 commit 2d5bf21
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2.1

jobs:
test:
docker:
- image: circleci/python:3.8
steps:
- checkout
- run: pytest

workflows:
build_and_test:
jobs:
- test

0 comments on commit 2d5bf21

Please sign in to comment.