This repository has been archived on 2022-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Yotter/.circleci/config.yml

19 lines
267 B
YAML
Raw Normal View History

2020-09-15 13:33:46 +05:30
version: 2.1
orbs:
python: circleci/python@1.0.0
jobs:
build-and-test:
executor: python/default
steps:
- checkout
- python/install-packages:
pkg-manager: pip
# TODO: Tests
workflows:
main:
jobs:
- build-and-test